Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Success, destroys the contact
curl --request DELETE \
--url https://api.kajabi.com/v1/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {}
}curl --request DELETE \
--url https://api.kajabi.com/v1/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"data": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success, destroys the contact
Was this page helpful?