Skip to main content

Delete a Network

DELETE 
/networks/:id

Delete a Network.

Request

Path Parameters

    id uuidrequired

    Identifies the resource.

Responses

200: Successful response

default: Unexpected error

Request samples


curl -L -X DELETE 'https://api.telnyx.com/v2/networks/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"data": {
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"record_type": true,
"created_at": "2018-02-02T22:25:27.521Z",
"updated_at": "2018-02-02T22:25:27.521Z",
"name": "test network"
}
}