delete https://api.fonestorm.com/v2/digitqueries/
Remove a DigitQuery from an account.
Sample Response
{
"digitquery": {
"id": "452ced9c764024",
"label": "452ced9c764024",
"soundfile": "SF123456789",
"maxdigits": 1,
"mindigits": 1,
"retries": 3,
"timeout": 10,
"invalid_prompt": true,
"callback_settings": {
"url": null,
"url_method": null,
"url_username": null,
"url_password": null
},
"match_pattern": "",
"match_destination": {
"destination_type": "Forward",
"destination": "3214991000"
},
"nomatch_destination": {
"destination_type": "Hangup",
"destination": ""
},
"default_destination": {
"destination_type": "Voicemail",
"destination": "V123456789"
},
"email_options": {
"email": "",
"subject": "",
"body": ""
},
"active": true
}
}
Response Properties
Property | Type | Description |
---|---|---|
DigitQuery | object | DigitQuery |