curl --request DELETE \
--url https://apix.us.amity.co/v1/notification \
--header 'X-API-Key: <api-key>'
{
"status": "<string>",
"data": {}
}
Unregister a device from a notification service provider.
curl --request DELETE \
--url https://apix.us.amity.co/v1/notification \
--header 'X-API-Key: <api-key>'
{
"status": "<string>",
"data": {}
}
user id
1
device id
1
Success response.
The response is of type object
.