Delete Trunk

Description

Deletes the Trunk without possibility to retrieve.

Request

HTTP Method: DELETE

URI Path: /v3/trunks/

URI Query Parameters:

Name

Type

Is Required?

Description

id

string

Yes

Unique ID identifier of Trunk.

Example

http

DELETE /v3/trunks/c3947e93-4a3b-4080-b9d3-cbcc633ab808 HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]

curl

curl -i -X DELETE https://api.didww.com/v3/trunks/c3947e93-4a3b-4080-b9d3-cbcc633ab808 -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