Skip to main content
DELETE
/
fcm-tokens
Delete FCM token
curl --request DELETE \
  --url https://open.beatpass.ca/api/v1/fcm-tokens \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

API access is invite-only. Contact contact@beatpass.ca to request access. Once approved, generate tokens from Account Settings → Developers. Include as: Authorization: Bearer {token}. Tokens expire after 90 days.

Body

application/json
token
string
required

FCM registration token to remove.

Maximum string length: 500

Response

FCM token removed

status
string
Example:

"ok"

Last modified on April 3, 2026