Lists
DELETE
/lists/{id}

Deletes the list. The leads in it are kept; only their membership is removed.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/lists/string"
{  "data": {    "ok": true  }}