Skip to main content
DELETE
/
api
/
v1
/
notifications
/
subscriptions
도서 대출 가능 알림 구독 삭제
curl --request DELETE \
  --url https://k-polaris.life/api/v1/notifications/subscriptions \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://polaris.nimonic.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

isbn
string
required

구독을 삭제하려는 도서의 ISBN입니다. 13자리 값이어야 합니다.

libraryId
integer<int64>
required

구독을 삭제하려는 도서관의 ID입니다.

Response

204

성공