Delete assistant

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

Standard setup for AI tools providing an mcp.json file

mcp.json
"Autopilot MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/autopilot/mcp"
}
Close
DELETE /v1/Assistants/{Sid}

TODO: Resource-level docs

Path parameters

  • Sid string Required

    The Twilio-provided string that uniquely identifies the Assistant resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Assistants/{Sid}
curl \
 --request DELETE 'https://autopilot.twilio.com/v1/Assistants/{Sid}' \
 --user "username:password"