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