Cancel a previewed bulk operation
bulk_cancelCancel a previewed bulk email delete or move using its plan ID, ensuring the operation never runs. Records your decision instead of waiting for the 15-minute preview to expire.
Instructions
Decline a previewed bulk delete or move, so it can never run. Takes only the plan_id. Nothing in the mailbox changes. A preview would also expire on its own after 15 minutes; cancelling records the decision instead of leaving it implicit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | The plan_id returned with a bulk preview. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | No | Which card this envelope renders. Always 'receipt' here. | |
| state | No | Where the plan stands: executed, cancelled, expired or failed. | |
| receipt | No | What the run actually did: headline, detail and the affected counts. | |
| dashboard_url | No | Absolute link to the signed-in dashboard for this operation. | |
| schema_version | No | Card envelope version. A client that does not know this version should fall back to dashboard_url. |