Skip to main content

Delete Billing Method

This request deletes a billing method of the partner, targeted by secure ID.

delete /partners/{partner_sid}/billing_method

Sample

A sample DELETE request to delete a billing method:

curl -X DELETE \
'https://api.carrierx.com/core/v2/partners/ed437757-002d-4ecc-aa5a-efdf5e50dba0/billing_method' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'

Response

204 status code with an empty body.

When completed, no billing method will be registered for the specified partner.

Required Scopes

To delete a Billing Method object, the partner must have one of the following scopes enabled:

  • partners.billing_method.manage
  • partners.billing_method.delete

Path Arguments

ParameterData TypeDescription
partner_sid requiredstringThe partner secure ID.