Skip to main content
DELETE
/
api
/
v1
/
books
/
{isbn}
/
bookmark
도서 찜 해제
curl --request DELETE \
  --url https://k-polaris.life/api/v1/books/{isbn}/bookmark \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

isbn
string
required

Response

204

성공