Delete Voice IN Trunk Group¶
Description
Deletes a Trunk Group.
Request¶
HTTP Method: DELETE
URI Path: /v3/voice_in_trunk_groups/
URI Query Parameters:
Name |
Type |
Is Required? |
Description |
---|---|---|---|
id |
|
Yes |
Unique ID identifier of Trunk Group. |
Example¶
http
DELETE https://api.didww.com/v3/voice_in_trunk_groups/1156df17-bcea-4c9a-9c1d-29320e288c03 HTTP/1.1
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]
curl
curl -i -X DELETE https://nohosthttps://api.didww.com/v3/voice_in_trunk_groups/1156df17-bcea-4c9a-9c1d-29320e288c03 -H 'Accept: application/vnd.api+json' -H 'Api-Key: [API token]' -H 'Content-Type: application/vnd.api+json'
response
HTTP/1.1 202 Deleted
Content-Type: application/vnd.api+json
Other Responses¶
Code |
Success |
Description |
---|---|---|
401 |
No |