action circuitsandbox_deny_space_acces { label: "Deny access for a space" description: "Deny access for a space\nOauthScopes: WRITE_SPACE, MANAGE_SPACE" provider: circuitsandbox method: POST path: "/spaces/{spaceId}/participant/{participantId}/deny" encoding: form input: { type: "object" properties: { participantId: { type: "string" } spaceId: { type: "string" } } required: ["participantId", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }