DELETE
/
list
/
{listId}
Delete List
curl --request DELETE \
  --url https://api.sendx.io/api/v1/rest/list/{listId} \
  --header 'X-Team-ApiKey: <api-key>'
{
  "id": "sendx123",
  "message": "Resource (name) has been deleted successfully."
}

Authorizations

X-Team-ApiKey
string
header
required

Path Parameters

listId
string
required

The ID of the list you want to delete

Example:

"sendx123"

Response

200
application/json

List deleted successfully

The response is of type object.