Removing a Billing Group

Removing a Billing Group

Using the DELETE method, you can remove a Billing Group. Please note that this action may only be performed if the Billing Group is not associated with a Group.

DELETE https://edgepi.marchex.io/marketingedge/v5/api/billinggroups/{billing_group_id}

The following sample request can be used to remove a Billing Group:

curl -H "x-organization-token: {authorization_token}" \
 			-H "subscription-key: {subscription_key}" \
     	-X DELETE \
     	"https://edgeapi.marchex.io/marketingedge/v5/api/billinggroups/11623279"

If the request is handled successfully, the following response will be returned:

200 OK