DELETE < Back

deregisterdevice/{deviceID}?authToken={authToken}

De-register a device from being able to recieve a push notification via Engage

Request Information

authToken

Required

string
deviceID

Required

string

Response Codes

OK (200)

Device Unregistered Correctly

Response Information

application/json, text/json

Sample:
{
  "DeviceID": "sample string 1",
  "Registered": "sample string 2"
}

application/xml, text/xml

Sample:
<UnregisterDeviceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AmiAssistWrapper.Infrastructure.Results">
  <DeviceID>sample string 1</DeviceID>
  <Registered>sample string 2</Registered>
</UnregisterDeviceResult>