Remove an associated IP Access Control List from a Trunk
List of IP addresses for accessing a trunk
Remove an associated IP Access Control List from a Trunk
Path parameters
-
The SID of the Trunk from which to delete the IP Access Control List.
-
The unique string that we created to identify the IpAccessControlList resource to delete.
DELETE /v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}
curl \
-X DELETE https://trunking.twilio.com/v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid} \
--user "username:password"