curl --request DELETE \
--url https://api.paubox.net/v1/orca/{username}/subscription_lists/{subscription_list_id} \
--header 'authorization: <api-key>'{}Deletes subscription list record.
Note: Cannot delete default/all contacts list.
curl --request DELETE \
--url https://api.paubox.net/v1/orca/{username}/subscription_lists/{subscription_list_id} \
--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.
Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key
The ID of the subscription list to delete
Subscription list deleted successfully
The response is of type object.