action wowza_disable_all_stream_targets_transcoder { label: "Disable a transcoder's stream targets" description: "This operation disables all of the stream targets assigned to a specific transcoder." provider: wowza method: PUT path: "/transcoders/{id}/disable_all_stream_targets" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }