Skip to main content
DELETE
Python
This performs a soft delete — the contact is marked as deleted but not permanently removed from the database. Soft-deleted contacts can be restored by calling the upsert or update by ID endpoint.

Common Errors

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Contact ID

Response

Contact deleted

data
boolean
Example:

true