AladiaDocs
Api referenceNotifications

Delete all fcm tokens of a notification

Delete all fcm tokens

DELETE
/v2/notifications/fcm-tokens

Delete all fcm tokens

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/v2/notifications/fcm-tokens" \  -H "Content-Type: application/json" \  -d '{    "token": "string"  }'
{}