Skip to main content
DELETE
/
contacts
/
{list_id}
Delete contact list
curl --request DELETE \
  --url https://api.kallabot.com/contacts/{list_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

list_id
string<uuid>
required

Response

Contact list deleted

status
string