latestOpenAPI 3.0.0MIT2026-08-161494562.1 MB

c2b2fa0d5d48

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

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"
}