Skip to main content
Glama

webhooks.delete

Remove a webhook endpoint from Ryft MCP to stop receiving automated notifications about payment events and financial data updates.

Instructions

Delete a Ryft webhook endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Implementation Reference

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