action bbc_delete_my_categories_follows { label: "Unfollow category" provider: bbc method: DELETE path: "/my/categories/follows" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } "X-API-Key": { type: "string" } } required: ["Authorization", "X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }