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)
API key for authentication using Bearer token scheme.
How to get your API key:
Authorization: Bearer ccmd_live_your_key_hereContact ID
^[a-zA-Z0-9_-]{8,}$If true, permanently delete. If false, move to trash.