Contact notes
Delete Contact Note
delete/api/v1/contacts/{id}/notes/{note_id}
Path parameters
idstring required
The unique identifier for the contact.
note_idstring required
The unique identifier for the note associated with the contact.
Response
Contact note deleted successfully
Example response
{
"status": "success",
"data": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.