Skip to main content

Delete an authorized IP

DELETE 
/security/authorized_ips/:id

Permanently deletes an authorized IP.

Request

Path Parameters

    id stringrequired

    ID of Authorized IP to delete

Responses

200: Authorized IP deleted response

404: Resource not found

Request samples


curl -L -X DELETE 'https://api.telnyx.com/security/authorized_ips/:id' \
-H 'Accept: application/json'

Response samples


{
"id": "string",
"ip_address": "string",
"port": 5060
}