Closing a Number Group

Using the DELETE method, you can close an existing Group. Please note that this action will result in the immediate cancellation of all numbers associated with the group.

DELETE https://api.telmetrics.com/v3/api/groups/{groupid}

The following sample request can be used to close a Group:

curl -H "x-organization-token: {authorization_token}" \
     -X DELETE \
     "https://api.telmetrics.com/v3/api/groups/11623279"

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

200 OK