delete https://api.fonestorm.com/v2/ivrmenu/
Remove a IVRMenu from an account.
Sample Response
{
"ivrmenu": {
"id": "IVR3792462920",
"label": "Test IVR",
"options": {
"option0": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option1": {
"destination": "Invalid",
"destination_type": "Hangup"
},
"option2": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option3": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option4": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option5": {
"destination": "Invalid",
"destination_type": "Hangup"
},
"option6": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option7": {
"destination": "8559633307",
"destination_type": "FoneNumber"
},
"option8": {
"destination": "1004",
"destination_type": "SpeedDial"
},
"option9": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"optionStar": {
"destination": "Invalid",
"destination_type": "Invalid"
}
},
"digit_timeout": "0.5",
"menu_repeat": "3",
"menu_timeout": "8",
"menu_timeout_options": {
"destination": "1004",
"destination_type": "SpeedDial"
},
"enable_speed_dials": true,
"soundfile": ""
}
}
Response Properties
Property | Type | Description |
---|---|---|
IVRMenu | object | IVRMenu |