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