Delete field type

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/{AssistantSid}/FieldTypes/{Sid}

TODO: Resource-level docs

Path parameters

  • AssistantSid string Required

    The SID of the Assistant that is the parent of the resources to delete.

  • Sid string Required

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

Responses

  • 204

    The resource was deleted successfully.

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