Discard Design Edits
cancel-editing-transactionUndo or discard all unsaved changes in an active Canva editing transaction.
Use to cancel a set of in-progress edits or finish editing without saving.
The unsaved changes will be permanently lost, and the transaction_id can no longer be used. Returns confirmation that the changes were discarded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_intent | No | Mandatory description of what the user is trying to accomplish with this tool call. This should always be provided by LLM clients. Please keep it concise (255 characters or less recommended). | |
| transaction_id | Yes | Exact ID of the active editing transaction whose changes to discard. Use the transaction_id returned when that editing transaction was started. |