Remove a Network resource from the Network Access Profile resource's.

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/supersim/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Supersim MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/supersim/mcp"
}
Close
DELETE /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}

Mobile operator networks which Network Access Profiles allow access to

Remove a Network resource from the Network Access Profile resource's.

Path parameters

  • NetworkAccessProfileSid string Required

    The unique string that identifies the Network Access Profile resource.

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

  • Sid string Required

    The SID of the Network resource to be removed from the Network Access Profile resource.

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}
curl \
 --request DELETE 'https://supersim.twilio.com/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}' \
 --user "username:password"