mobile_push
fcm
Delete a FCM token
Deletes one of the authenticated user's FCM tokens. This permanently invalidates the specified token, preventing it from being used for future channel access. This action cannot be undone. Users can only revoke their own tokens.
delete/channels/mobile_push/fcm/tokens/{token_id}
Path parameters
token_idstring required
Response
OK
Example response
{
"discarded_at": "2021-01-01T00:00:00Z",
"id": "123"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.