Delete a specific Bucket
TODO: Resource-level docs
Delete a specific Bucket.
Path parameters
-
The SID of the Service the resource is associated with.
-
The Twilio-provided string that uniquely identifies the Rate Limit resource.
-
A 34 character string that uniquely identifies this Bucket.
DELETE /v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid}
curl \
-X DELETE https://verify.twilio.com/v2/Services/{ServiceSid}/RateLimits/{RateLimitSid}/Buckets/{Sid} \
--user "username:password"