Bookmark Delete

URL

http://api.pm0603.com/api/bookmark/delete

Method

POST

Data Params

Key Type Value ex
content int 해당 content의 pk(id)를 입력 1
  • 입력되지 않은 (user가 가지고 있지 않은) content(공연id)를 입력하면 KeyError가 출력된다.
  • 입력한 content를 입력하면 삭제된다.

URL Params

None

Success Response

  • Code: 200
"deleted 계정정보's bookmark <QuerySet []>"

Error Response

  • Code: 500
    • Reason: Data Params 누락 혹은 잘못된 Key, Value
  • Code: 401
    • Reason
      • Header에 token 누락
      • Invalid token
  • Code: 200
  • Code: 405
    • Reason: 잘못된 메소드 요청
{
  "detail": "Invalid token."
}
{
  "detail": "Method \"GET\" not allowed."
}

results matching ""

    No results matching ""