application/json

Body

  • token string(password) Required

    The Firebase (FCM) token to delete.

DELETE /api/v1/mobile/notification-token
curl \
 --request DELETE 'https://api.plannrcrm.com/api/v1/mobile/notification-token' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"token":"xT4rFcNvyBdB"}'
Request examples
{
  "token": "xT4rFcNvyBdB"
}