action circuitsandbox_leave_space { label: "Leave a space" description: "Leave a space\nOauthScopes: WRITE_SPACE" provider: circuitsandbox method: POST path: "/spaces/{id}/leave" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }