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

Response

OK

acknowledgedboolean required

Indicates whether the operation was acknowledged by the server

statusstring required

Status of the subscriber removal operation

Example response

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

Changes

No recorded changes to this endpoint across all 13 revisions of this API.