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

KeyDatatypeRequiredDescription
Api-Tokenstring(Required)
Acceptstring

RESPONSES

status: OK

{"user_id":"\u003cstring\u003e"}