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
| Error | Cause | Solution |
|---|---|---|
not_found | No contact with this ID | Verify the contact ID |
unauthorized | Invalid API key | Verify API key in Authorization header |
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