DELETE api/Ivr/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GoResponseApplications| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| GoResponsePhoneProfileName | string |
None. |
|
| Profile | string |
None. |
|
| Scheduler | boolean |
None. |
|
| Cluster_Id | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
|
| GoResponseActions | Collection of GoResponseActions |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "4886a2ff-26c7-462f-8b99-d8b1ae3e8828",
"Name": "sample string 2",
"Description": "sample string 3",
"GoResponsePhoneProfileName": "sample string 4",
"Profile": "sample string 5",
"Scheduler": true,
"Cluster_Id": "45feeca2-d77b-4a34-ae20-0ccb16d3b3f2",
"TimeZone": "sample string 8",
"GoResponseActions": [
{
"Id": "def5ea87-bcbd-44b7-8cde-3a88342bb114",
"Name": "sample string 2",
"TclScript": "sample string 3",
"ScriptLocation": "sample string 4",
"MediaLocation": "sample string 5",
"CurrentlyActive": true,
"Order": 7,
"CreatedOn": "2026-06-06T14:47:19.7924465+02:00",
"ScheduledNow": true,
"Application_Id": "8ca495fc-c17d-4daa-bd4e-380f56338088",
"SchedulerOverride": true,
"Icon": "sample string 11"
},
{
"Id": "def5ea87-bcbd-44b7-8cde-3a88342bb114",
"Name": "sample string 2",
"TclScript": "sample string 3",
"ScriptLocation": "sample string 4",
"MediaLocation": "sample string 5",
"CurrentlyActive": true,
"Order": 7,
"CreatedOn": "2026-06-06T14:47:19.7924465+02:00",
"ScheduledNow": true,
"Application_Id": "8ca495fc-c17d-4daa-bd4e-380f56338088",
"SchedulerOverride": true,
"Icon": "sample string 11"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.