action turbinelabs_delete_zone_zone_key { label: "delete zone" description: "Delete a zone.\n" provider: turbinelabs method: DELETE path: "/zone/{zoneKey}" encoding: json input: { type: "object" properties: { checksum: { type: "string" } zoneKey: { type: "string" } } required: ["checksum", "zoneKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }