Skip to main content

Delete access IP address

DELETE 
/access_ip_address/:access_ip_address_id

Delete access IP address

Request

Path Parameters

    access_ip_address_id stringrequired

Responses

200: Successful Response

Request samples


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

Response samples


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