Delete api v1 mobile notification token Run in API Explorer

DELETE /api/v1/mobile/notification-token
application/json

Body Required

  • token string 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":"pg6Re2AUL5WX3H0x9U8iFfQ31am5y3Hjzgok0Oct4s1PG0Bdw5ICVCOVGVtxaUlSi4xATmmsXICtZAkBWpgKp9ToCuoa0DBgMEGLFmTNOAYEY7K2XVTrJweepvRpWETAuWPONRK14g1gIy"}'
Request examples
{
  "token": "pg6Re2AUL5WX3H0x9U8iFfQ31am5y3Hjzgok0Oct4s1PG0Bdw5ICVCOVGVtxaUlSi4xATmmsXICtZAkBWpgKp9ToCuoa0DBgMEGLFmTNOAYEY7K2XVTrJweepvRpWETAuWPONRK14g1gIy"
}