PATCH
/
v1
/
subscriber_list
/
{list_id}
/
version
/
{version_id}
/
delete
curl --request PATCH \
  --url https://hub.suprsend.com/v1/subscriber_list/{list_id}/version/{version_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

version_id
string
default:__version_id__
required

Unique identifier of the draft version of the list which needs to be deleted

Response

200
application/json
200

The response is of type object.