action turbinelabs_delete_proxy_proxy_key { label: "delete proxy" description: "Delete existing proxy" provider: turbinelabs method: DELETE path: "/proxy/{proxyKey}" encoding: json input: { type: "object" properties: { checksum: { type: "string" } proxyKey: { type: "string" } } required: ["checksum", "proxyKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }