Delete the secondary Auth Token from your account

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

Standard setup for AI tools providing an mcp.json file

mcp.json
"Accounts MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/accounts/mcp"
}
Close
DELETE /v1/AuthTokens/Secondary

Secondary Auth Token

Delete the secondary Auth Token from your account

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/AuthTokens/Secondary
curl \
 --request DELETE 'https://accounts.twilio.com/v1/AuthTokens/Secondary' \
 --user "username:password"