action openchannel_delete_developers_developer_id { label: "Removes a single developer" provider: openchannel method: DELETE path: "/developers/{developerId}" encoding: json input: { type: "object" properties: { developerId: { type: "string" } } required: ["developerId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }