deleteContact
deleteContactPermanently delete a contact from the Zenskar billing platform by providing its unique identifier.
Instructions
Permanently delete a contact by ID. DESTRUCTIVE — only call when the user explicitly says 'delete' for THIS contact; never as automatic recovery from another failed operation. Host enforces user confirmation via the approval gate; do NOT ask the user to re-confirm before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | The unique identifier (UUID) of the contact to delete. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |