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 Number Group.
DELETE https://api.telmetrics.com/v3/api/billinggroups/{billinggroupid}
The following sample request can be used to remove a Billing Group:
curl -H "x-organization-token: {authorization_token}" \
-X DELETE \
"https://api.telmetrics.com/v3/api/billinggroups/11623279"
If the request is handled successfully, the following response will be returned:
200 OK
Updated over 4 years ago