action visagecloud_remove_stream_using_delete { label: "Delete existing stream" provider: visagecloud method: DELETE path: "/rest/v1.1/stream/{id}" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } id: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "id", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }