Skip to main content
DELETE
/
api
/
v1
/
notifications
/
{notificationId}
알림 삭제
curl --request DELETE \
  --url https://k-polaris.life/api/v1/notifications/{notificationId} \
  --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

notificationId
integer<int64>
required

삭제할 알림을 식별하는 ID입니다.

Response

성공