Notifications
Delete Device
To be called when the device is logged out or uninstalled. This endpoint allows clients to remove a registered device by specifying its device ID in the header. Upon successful deletion, the device will no longer receive notifications. The device-id
parameter in the header is required.
DELETE
/
notification
/
delete-device
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Headers
device-id
string
requiredThe device ID of the device to be deleted.
Response
200 - application/json
The response is of type object
.