v1

latestOpenAPI 3.0.12026-07-24210349345.4 KB

Remove Device

This endpoint can be used with Client or Server credentials and disables a device token for the Mobile Push channel.

delete/v1/device-tokens

Request body

deviceType'ios' | 'android'

The type of device token, one of "ios", "android"

tokenstring

The device token retrieved from the device OS

iosTokenType'sandbox' | 'production'

Optionally provided for iOS devices, when omitted defaults to "production". If specified when adding a token you must specify same type when removing.

Response

204