Skip to main content
DELETE
/
v1
/
billing-accounts
/
{id}
/
payment-methods
/
{paymentMethodId}
Remove a payment method
curl --request DELETE \
  --url https://rest.compute.cudo.org/v1/billing-accounts/{id}/payment-methods/{paymentMethodId} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "paymentMethodId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

id
string
required
paymentMethodId
string
required

Response

A successful response.

id
string
required
paymentMethodId
string
required