action beezup_catalog_delete_custom_column { label: "Delete custom column" provider: beezup method: DELETE path: "/v2/user/catalogs/{storeId}/customColumns/{columnId}" encoding: json input: { type: "object" properties: { columnId: { type: "string" format: "guid" } storeId: { type: "string" format: "guid" } } required: ["columnId", "storeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }