Skip to main content
DELETE
/
api
/
v1
/
notifications
/
tokens
푸시 토큰 삭제
curl --request DELETE \
  --url https://k-polaris.life/api/v1/notifications/tokens \
  --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

platform
enum<string>
required

삭제하려는 푸시 토큰의 플랫폼입니다. ANDROID, IOS 중 하나를 사용합니다.

Available options:
ANDROID,
IOS,
WEB
deviceToken
string
required

삭제하려는 기기의 푸시 토큰입니다.

Response

204

성공