action beezup_delete_store { label: "Delete a store" provider: beezup method: DELETE path: "/v2/user/customer/stores/{storeId}" encoding: json input: { type: "object" properties: { storeId: { type: "string" format: "guid" } } required: ["storeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }