contact
Delete a contact
Deletes a contact by its ID.
delete/contact/{id}
Path parameters
idstring uuid required
ID of the contact to delete
Response
Contact deleted successfully
Example response
{
"status": "success",
"status_code": 200
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.