action beezup_delete_report_filter { label: "Delete the report filter" provider: beezup method: DELETE path: "/v2/user/analytics/{storeId}/reports/filters/{reportFilterId}" encoding: json input: { type: "object" properties: { reportFilterId: { type: "string" format: "guid" } storeId: { type: "string" format: "guid" } } required: ["reportFilterId", "storeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }