Remove a user's push token
DELETE https://api-{{APP_ID}}.calls.sendbird.com/v1/users/{user_id}/push/{token_type}/{token}
Remove a user's push token
Removes a specific user’s push token.
For more information, visit:
https://sendbird.com/docs/calls/v1/platform-api/guides/user#2-remove-a-user-s-push-token
URL Parameters
Required
user_id
- Type: string
- Description: Specifies the unique ID of the user to delete.
token_type
- Type: string
- Description: Specifies the type of the push token. Acceptable values are apns_voip and fcm_voip.
token
- Type: string
- Description: Specifies the registration or device token to remove.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string |