Notifly
API ReferenceSubscribers

Delete a subscriber

Deletes a subscriber entity from the Notifly platform along with associated messages, preferences, and topic subscriptions. **subscriberId** is a required field.

DELETE
/v2/subscribers/{subscriberId}

Deletes a subscriber entity from the Notifly platform along with associated messages, preferences, and topic subscriptions. subscriberId is a required field.

Authorization

secretKey
Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".

In: header

Path Parameters

subscriberId*string

The identifier of the subscriber

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v2/subscribers/string"
{  "data": {    "acknowledged": true,    "status": "success"  }}