Delete an IVR

To delete an existing IVRS below method can be used

curl --request DELETE \
  --url https://api.servetel.in/v1/ivr/id \
  --header 'accept: application/json' \
  --header 'authorization: Bearer yourtokenhere'

Path parameters

Variable NameDescriptionData Type
id*Unique ID of the IVRSString

Response variables

Variable NameDescriptionData Type
successRequest success statusBoolean
messageMessage corresponding success statusString