Skip to main content
DELETE
/
subscribers_bulk_delete
Bulk delete subscribers
curl --request DELETE \
  --url https://api.paubox.net/v1/orca/{username}/subscribers_bulk_delete \
  --header 'authorization: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.paubox.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

authorization
string
header
required

Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key

Query Parameters

subscriber_ids
string
required

Comma-separated list of subscriber IDs to delete

subscription_list_id
string

Optional subscription list ID

Response

Subscribers deleted successfully

The response is of type object.