Cancel contract product
cancel_contract_productCancel a single service on a contract with options for no refund, full refund, or pro-rata refund. Use to terminate a live service immediately.
Instructions
Cancel a single service on a contract, with refund control. refund_mode: 0 = no refund, 1 = full refund, 2 = pro-rata refund. DESTRUCTIVE: cancels a live service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_id | Yes | Contract UUID | |
| refund_mode | No | 0 no refund (default), 1 full, 2 pro-rata | |
| refund_source | No | 0 original source (default), 1 wallet only | |
| cancellation_reason | No | ||
| contract_product_id | Yes | Contract product UUID |