DELETE
/
v1
/
contacts
/
{id}
Delete contact
curl --request DELETE \
  --url https://api.kajabi.com/v1/contacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Success, destroys the contact

data
object