action truora_delet_hook { label: "Deletes hook" description: "Deletes hook configuration." provider: truora method: DELETE path: "/v1/hooks/{hook_id}" encoding: json input: { type: "object" properties: { hook_id: { type: "string" } } required: ["hook_id"] additionalProperties: false } output: { type: "string" } }