action beezup_delete_rule { label: "Delete Rule" provider: beezup method: DELETE path: "/v2/user/analytics/{storeId}/rules/{ruleId}" encoding: json input: { type: "object" properties: { ruleId: { type: "string" format: "guid" } storeId: { type: "string" format: "guid" } } required: ["ruleId", "storeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }