DELETE /api/v2/customivrs/{target_type}/{target_id}/{ivr_type}
Delete and un-assign an Ivr from a target.
Rate limit: 1200 per minute.
Servers
- https://dialpad.com/
- https://sandbox.dialpad.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
target_type |
String | Yes |
Target's type. of the custom ivr to be updated. Possible values:
|
target_id |
Integer | Yes |
The id of the target. |
ivr_type |
String | Yes |
Type of ivr you want to update. Possible values:
|
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
ivr_id |
Integer | Yes |
The id of the ivr that you want to use for the ivr type. |
select_option |
String | No |
For call center auto call recording only. Set ivr for inbound or outbound. Default is both. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.