Delete a contact
Permanently removes a contact from the organization.
<Error>
This action cannot be undone.
</Error>
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Path parameters
org_id
Unique numeric ID of the organization the contact belongs to.
contact_id
Unique numeric ID of the contact.
This is the id returned by the List organization contacts endpoint.
Response
The contact was deleted successfully.
No content is returned.