Unregisters a device token.
POST https://api.yourpayroll.com.au/api/v2/ess/devicetoken/unregister
The request body takes a complete DeviceTokenModel resource, containing the following writable properties:
{
"platform": "string",
"token": "string"
}
Name | Type | Description |
---|---|---|
platform | string |
MobilePlatform
Possible values are:
|
token | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
Powered by DapperDox