DELETE api/v1/Users/{userId}/PushMessagingConf/{deviceId}
Delete agent contact's device by user ID, device ID
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userId |
Define this parameter in the request URI. |
|
| deviceId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>