Skip to main content
Glama

paymentMethods.delete

Remove a stored payment method from the Ryft payment system by specifying its unique identifier to manage financial resources securely.

Instructions

Delete a Ryft payment method.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

  • The handler for 'paymentMethods.delete' which calls the Ryft API to delete a payment method by ID.
    registerTool(
      'paymentMethods.delete',
      'Delete a Ryft payment method.',
      { id: z.string().min(1) },
      async ({ id }) => client.delete(`/payment-methods/${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