Skip to main content
DELETE
/
customers
/
{customer_id}
/
billing-config
/
{billing_provider_type}
Delete a customer billing configuration
curl --request DELETE \
  --url https://api.metronome.com/v1/customers/{customer_id}/billing-config/{billing_provider_type} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string<uuid>
required
billing_provider_type
enum<string>
required

The billing provider (e.g. stripe)

Available options:
aws_marketplace,
stripe,
azure_marketplace,
quickbooks_online

Response

Success

I