cancel_gift
Cancel an in-flight gift and receive the refund amount. Free. Only possible before the booklet goes to print; once printing has started it fails with cancel_too_late. Pass the gift_id from create_gift and an optional reason for your records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional human-readable reason for the cancellation, recorded on the order. | |
| gift_id | Yes | The gift_id returned by create_gift, identifying the order to cancel. |