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.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.