Python
Contacts
Delete Contact
Soft-delete a contact by ID
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
Related Endpoints
- Create or Update Contact: Create a new contact or restore a deleted one
- Get Contact by Email: Look up a contact by email
- Update Contact by ID: Update a specific contact