Delete subscriber

Deletes a subscriber entity from the Novu platform

DELETE/v2/subscribers/{subscriberId}

Authorization

Authorization<token>

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

In: header

Path Parameters

subscriberIdRequiredstring

Header Parameters

idempotency-keystring

A header for idempotency purposes

curl -X DELETE "https://api.novu.co/v2/subscribers/<string>" \
  -H "idempotency-key: <string>" \
  -H "Authorization: <token>"

OK

{
  "acknowledged": true,
  "status": "success"
}