Skip to main content
Glama

hostinger-api-mcp

Official

billing_deletePaymentMethodV1

Remove a payment method from your account by specifying its ID. This tool allows users to delete unused payment methods, maintaining account cleanliness and security.

Instructions

Delete a payment method from your account.

Use this endpoint to remove unused payment methods from user accounts.

Input Schema

NameRequiredDescriptionDefault
paymentMethodIdYesPayment method ID

Input Schema (JSON Schema)

{ "properties": { "paymentMethodId": { "description": "Payment method ID", "type": "integer" } }, "required": [ "paymentMethodId" ], "type": "object" }

Implementation Reference

  • Schema definition for the 'billing_deletePaymentMethodV1' tool in the APITools interface, specifying the input parameter 'paymentMethodId' of type number and a generic response.
    "billing_deletePaymentMethodV1": { params: { /** * Payment method ID */ paymentMethodId: number; }; response: any; // Response structure will depend on the API };

Other Tools

Related Tools

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/hostinger/api-mcp-server'

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