cURL
curl --request DELETE \ --url https://api.kajabi.com/v1/contact_notes/{id} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "status": "<string>", "source": { "pointer": "<string>" }, "title": "<string>", "detail": "<string>" } ] }
Deletes a contact note by ID. This action is permanent and cannot be undone.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Contact note deleted successfully
Was this page helpful?