Skip to main content
DELETE
/
api
/
v2
/
crm
/
lists
/
{list_id}
Delete CRM list
curl --request DELETE \
  --url https://api.topyappers.com/api/v2/crm/lists/{list_id} \
  --header 'x-ty-api-key: <api-key>'
{
  "message": "OK",
  "response": {
    "id": "<string>",
    "deleted": true
  }
}

Authorizations

x-ty-api-key
string
header
required

Path Parameters

list_id
string
required

CRM list ID.

Response

CRM list deleted

message
string
Example:

"OK"

response
object