Skip to main content

Delete access IP ranges

DELETE 
/access_ip_ranges/:access_ip_range_id

Delete access IP ranges

Request

Path Parameters

    access_ip_range_id stringrequired

Responses

200: Successful Response

Request samples


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

Response samples


{
"id": "string",
"cidr_block": "string",
"status": "pending",
"description": "string",
"user_id": "string",
"created_at": "2024-07-26T07:46:21.593Z",
"updated_at": "2024-07-26T07:46:21.593Z"
}