deleteManualPayment
deleteManualPaymentPermanently delete a manual payment record that is in an eligible status for deletion. Use only when the user explicitly confirms the deletion action.
Instructions
Permanently delete a manual payment record. Only works on payments in an eligible status for deletion. DESTRUCTIVE — only call when the user explicitly says 'delete' for THIS payment; 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 |
|---|---|---|---|
| paymentId | Yes | The unique identifier (UUID) of the payment to delete. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |