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