action circuitsandbox_delete_space { label: "Delete a space" description: "Delete a space\nOauthScopes: WRITE_SPACE, MANAGE_SPACE, DELETE_SPACE_CONTENT" provider: circuitsandbox method: DELETE path: "/spaces/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }