action openchannel_delete_users_user_id { label: "Removes a single user" description: "- Results are returned for the market provided within the basic authentication credentials\n" provider: openchannel method: DELETE path: "/users/{userId}" encoding: json input: { type: "object" properties: { userId: { type: "string" } } required: ["userId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }