action beezup_delete_channel_catalog { label: "Delete the channel catalog" provider: beezup method: DELETE path: "/v2/user/channelCatalogs/{channelCatalogId}" encoding: json input: { type: "object" properties: { channelCatalogId: { type: "string" format: "guid" } } required: ["channelCatalogId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }