API to permanently delete a list.
cURL
curl --request PATCH \ --url https://hub.suprsend.com/v1/subscriber_list/{list_id}/delete \ --header 'Authorization: Bearer <token>'
{ "success": true }
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Bearer <API_KEY>
Unique string identifier of the list which you want to delete
200
Success message when the list is successfully deleted
Was this page helpful?