DELETE
/
v1
/
notification
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": {}
}

Authorizations

X-API-Key
string
header
required

Query Parameters

userId
string
deprecated

user id

Minimum length: 1
deviceId
string

device id

Minimum length: 1

Response

200
application/json

Success response.

The response is of type object.