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": {}
}