Delete a specific Bucket

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

Standard setup for AI tools providing an mcp.json file

mcp.json
"Verify MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/verify/mcp"
}
Close
DELETE /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid}

TODO: Resource-level docs

Delete a specific Bucket.

Path parameters

  • ServiceSid string Required

    The SID of the Service the resource is associated with.

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

  • RateLimitSid string Required

    The Twilio-provided string that uniquely identifies the Rate Limit resource.

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

  • Sid string Required

    A 34 character string that uniquely identifies this Bucket.

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid}
curl \
 --request DELETE 'https://verify.twilio.com/v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid}' \
 --user "username:password"