v4

OpenAPI 3.0.0MIT2026-07-311554531.6 MB
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"
}