Remove a registration or device token from an owner
DELETE {{baseUrl}}/v3/push/device_tokens/:token_type/:token
Remove a registration or device token from an owner
Removes a registration or device token from a user who owns it. You can pass one of two values in token_type
: gcm
, huawei
, or apns
, depending on which push service you are using.
https://sendbird.com/docs/chat/v3/platform-api/guides/user#2-remove-a-registration-or-device-token-from-an-owner
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
{"user_id":"\u003cstring\u003e"}