delivery_notes_cancel
Cancel a delivery note from draft or issued status when delivery will not occur. Preserves the historical record while optionally recording a cancellation reason and internal notes.
Instructions
Cancel a delivery note when delivery will not occur. Can be cancelled from draft or issued status. Preserves historical record unlike deletion. Optionally provide a cancellation reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the delivery note to cancel | |
| companyId | No | Company UUID (overrides configured default) | |
| cancellationNotes | No | Internal notes about the cancellation | |
| cancellationReason | No | Reason for cancellation |