v4

OpenAPI 3.0.0MIT2026-07-311494532.1 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

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