Delete a Service resource.

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

Standard setup for AI tools providing an mcp.json file

mcp.json
"Serverless MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/serverless/mcp"
}
Close
DELETE /v1/Services/{Sid}

The top-level resource for a Serverless application, which serves as a container for the application environments.

Delete a Service resource.

Path parameters

  • Sid string Required

    The sid or unique_name of the Service resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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