Contacts
Delete Contact
Delete a contact by UUID (soft delete).
The contact will be marked as deleted but not permanently removed from the database.
DELETE
Authorizations
Bearer token authentication. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Path Parameters
UUID of the contact to delete
Example:
"fd3f92b5-340c-4259-a189-896a38b885d7"
Response
200
application/json
Contact deleted successfully
The response is of type object
.