Delete an Asset 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/{ServiceSid}/Assets/{Sid}

A wrapper that represents a static file and groups the different Versions of the static file.

Delete an Asset resource.

Path parameters

  • ServiceSid string Required

    The SID of the Service to delete the Asset resource from.

  • Sid string Required

    The SID that identifies the Asset resource to delete.

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

Responses

  • 204

    The resource was deleted successfully.

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