action slicebox_delete_boxes_outgoing_id { label: "delete_boxes_outgoing_id" description: "delete an outgoing transaction. This will stop ongoing transactions." provider: slicebox method: DELETE path: "/boxes/outgoing/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }