Skip to main content
DELETE
cURL

What this endpoint is for

Permanently remove a contact from your account. This does not delete any events the person booked.

Access

You can only delete your own contacts. Deleting another account’s contact returns 403 access_denied.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

ID of the contact to delete

Response

204

Contact deleted