Delete contact
People
Delete Contact
Delete a contact. Default behavior is soft delete (move to trash).
Soft Delete: ?permanent=false (default) - Moves to “Trash” stage
Hard Delete: ?permanent=true - Permanently deletes (requires people.delete permission)
DELETE
Delete contact
Documentation Index
Fetch the complete documentation index at: https://docs.clientcommander.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication using Bearer token scheme.
How to get your API key:
- Log into Client Commander
- Go to Admin > API Keys
- Click Create API Key
- Copy the key and use it in the Authorization header:
Authorization: Bearer ccmd_live_your_key_herePath Parameters
Contact ID
Pattern:
^[a-zA-Z0-9_-]{8,}$Query Parameters
If true, permanently delete. If false, move to trash.

