Skip to main content
Glama

customers.delete

Remove a customer from the Ryft MCP server to manage financial resources and maintain account data.

Instructions

Delete a Ryft customer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The registration and handler implementation for 'customers.delete'. The handler uses the RyftHttpClient to send a DELETE request to the /customers/:id endpoint.
    registerTool(
      'customers.delete',
      'Delete a Ryft customer.',
      { id: z.string().min(1) },
      async ({ id }) => client.delete(`/customers/${id}`),
    );

Latest Blog Posts

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/bkawk/ryft-mcp'

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