Skip to main content
DELETE
/
payment-method
/
{id}
Delete a payment method
curl --request DELETE \
  --url https://api.example.com/payment-method/{id} \
  --header 'Authorization: <authorization>'

Documentation Index

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

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

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string
required

Response

Payment method successfully deleted