action slicebox_delete_boxes_incoming_id { label: "delete_boxes_incoming_id" description: "delete an incoming transaction. If a currently active transaction is deleted, a new transaction with the remainder of the images is created when receiving the next incoming image." provider: slicebox method: DELETE path: "/boxes/incoming/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }