action wowza_delete_transcoder { label: "Delete a transcoder" description: "This operation deletes a transcoder, including all of its assigned output renditions and stream targets." provider: wowza method: DELETE path: "/transcoders/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }