Delete a subscriber
Deletes a subscriber entity from the Novu platform along with associated messages, preferences, and topic subscriptions. **subscriberId** is a required field.
Deletes a subscriber entity from the Novu platform along with associated messages, preferences, and topic subscriptions. subscriberId is a required field.
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
In: header
Path Parameters
subscriberIdRequiredstringHeader Parameters
idempotency-keystringA header for idempotency purposes
Response Body
OK
acknowledgedRequiredbooleanIndicates whether the operation was acknowledged by the server
statusRequiredstringStatus of the subscriber removal operation
Update a subscriber PATCH
Update a subscriber by its unique key identifier **subscriberId**. **subscriberId** is a required field, rest other fields are optional
Search subscribers GET
Search subscribers by their **email**, **phone**, **subscriberId** and **name**. The search is case sensitive and supports pagination.Checkout all available filters in the query section.