PATCH
/
v1
/
subscriber_list
/
{list_id}
/
delete
curl --request PATCH \
  --url https://hub.suprsend.com/v1/subscriber_list/{list_id}/delete \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.

Path Parameters

list_id
string
required

Unique string idenitifier of the list which you want to delete

Response

200
application/json
200

Success message when the list is successfully deleted