delete https://api.acefone.co.uk/v1/ring_group/
To delete an existing ring group below method can be used.
curl --request DELETE \
--url https://api.acefone.co.uk/v1/ring_group/id \
--header 'accept: application/json' \
--header 'authorization: Authorization'
Path parameter
| Variable Name | Description | Data Type |
|---|---|---|
| id | Unique ID of the ring group | String |
Response
| Variable Name | Description | Data Type |
|---|---|---|
| success | True | Boolean |
| message | Ring group deleted | String |
