action nbg_delete_sandbox_sandbox_id { label: "Delete Sandbox" description: "Delete Sandbox" provider: nbg method: DELETE path: "/sandbox/{sandboxId}" encoding: json input: { type: "object" properties: { sandboxId: { type: "string" description: "Sandbox Id" } } required: ["sandboxId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }