Remove an associated IP Access Control List from a Trunk

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://twilio.demo.bump-doc.com/doc/trunking/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Trunking MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/trunking/mcp"
}
Close
DELETE /v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}

List of IP addresses for accessing a trunk

Remove an associated IP Access Control List from a Trunk

Path parameters

  • TrunkSid string Required

    The SID of the Trunk from which to delete the IP Access Control List.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^TK[0-9a-fA-F]{32}$.

  • Sid string Required

    The unique string that we created to identify the IpAccessControlList resource to delete.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^AL[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}
curl \
 --request DELETE 'https://trunking.twilio.com/v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}' \
 --user "username:password"