Skip to main content
DELETE
/
subaccounts
/
billing
/
charges
/
{chargeId}
Cancel Manual Billing Charge
curl --request DELETE \
  --url https://api.anchorage-staging.com/v2/subaccounts/billing/charges/{chargeId} \
  --header 'Api-Access-Key: <api-key>'
{
  "data": {
    "success": true
  }
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

chargeId
string
required

The id for your billing charge

Response

Successfully deleted the billing charge

data
object
required