Skip to main content
DELETE
Delete Contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

contact
string<uuid>
required

ID of the contact.

Response

message
string
required
Example:

"Contact deleted successfully."

status
integer
required
Example:

200