cURL
curl --request DELETE \ --url https://rest.compute.cudo.org/v1/billing-accounts/{id}/payment-methods/{paymentMethodId} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "paymentMethodId": "<string>" }
Removes a payment method from a billing account.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Was this page helpful?