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 NameDescriptionData Type
idUnique ID of the ring groupString

Response

Variable NameDescriptionData Type
successTrueBoolean
messageRing group deletedString
Language
Click Try It! to start a request and see the response here!