Skip to main content
POST
Delete a contact

Authorizations

Authorization
string
header
required

API token for authentication

Body

application/json
workspace_id
string
required

The ID of the workspace

Example:

"ws_1234567890"

email
string<email>
required

Email address of the contact to delete

Example:

"user@example.com"

Response

Contact deleted successfully

success
boolean

Whether the deletion was successful

Example:

true