Subscribers
Delete a subscriber
Deletes a subscriber entity from the Novu platform along with associated messages, preferences, and topic subscriptions. subscriberId is a required field.
delete/v2/subscribers/{subscriberId}
Path parameters
subscriberIdstring required
The identifier of the subscriber
Headers
idempotency-keystring
A header for idempotency purposes
Response
OK
Example response
{
"acknowledged": true,
"status": "success"
}