Skip to main content
Glama

Mews MCP

by code-rabi

deleteCustomers

Remove multiple customers from the Mews hospitality platform by specifying their IDs, supporting bulk deletion of up to 1000 entries at once.

Instructions

Deletes specified customers

Input Schema

NameRequiredDescriptionDefault
CustomerIdsYesArray of customer IDs to delete

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "CustomerIds": { "description": "Array of customer IDs to delete", "items": { "type": "string" }, "maxItems": 1000, "type": "array" } }, "required": [ "CustomerIds" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/code-rabi/mews-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server