deleteEntitlement
deleteEntitlementPermanently delete an entitlement, an irreversible action that requires explicit user confirmation before execution.
Instructions
Permanently delete an entitlement. DESTRUCTIVE: cannot be undone. ONLY call when the user explicitly says 'delete' or 'remove' for THIS entitlement. Host enforces user confirmation via the approval gate; do NOT ask the user to re-confirm before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entitlementId | Yes | The unique identifier (UUID) of the entitlement to delete. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |