Delete insights questionnaires category

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

Standard setup for AI tools providing an mcp.json file

mcp.json
"flex_v1 MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/flex_v1/mcp"
}
Close
DELETE /v1/Insights/QualityManagement/Categories/{CategorySid}

Headers

  • Authorization string

    The Authorization HTTP request header

Path parameters

  • CategorySid string Required

    The SID of the category to be deleted

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Insights/QualityManagement/Categories/{CategorySid}
curl \
 --request DELETE 'https://flex-api.twilio.com/v1/Insights/QualityManagement/Categories/{CategorySid}' \
 --user "username:password" \
 --header "Authorization: string"