Skip to main content
Glama

vaultix_delete_product

Remove a product from the Vaultix payment system by specifying its unique identifier to manage your catalog effectively.

Instructions

Delete a product

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesProduct ID to delete

Implementation Reference

  • Registration of the vaultix_delete_product tool in the tools array, including name, description, and input schema definition.
    { name: 'vaultix_delete_product', description: 'Delete a product', inputSchema: { type: 'object', properties: { id: { type: 'string', description: 'Product ID to delete' }, }, required: ['id'], }, },
  • Input schema for vaultix_delete_product tool defining the required 'id' parameter.
    inputSchema: { type: 'object', properties: { id: { type: 'string', description: 'Product ID to delete' }, }, required: ['id'],
  • Handler logic for vaultix_delete_product: calls client.delete on the products endpoint with the provided product ID.
    case 'vaultix_delete_product': return client.delete(`/products/${args.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/VautlixDevelopment/mcpVaultix'

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