Skip to main content
DELETE
/
payment-methods
/
{id}
Deletes a payment method.
curl --request DELETE \
  --url https://api.leadping.ai/payment-methods/{id} \
  --header 'Authorization: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://leadping.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")

Path Parameters

id
string
required

The ID of the payment method to delete.

Response

Payment method was successfully deleted.

The response is of type string.