Delete a specific Rate Limit.
Delete a specific Rate Limit.
Path parameters
-
The SID of the Service the resource is associated with.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^VA[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^RK[0-9a-fA-F]{32}$
.
DELETE
/v2/Services/{ServiceSid}/RateLimits/{Sid}
curl \
--request DELETE 'https://verify.twilio.com/v2/Services/{ServiceSid}/RateLimits/{Sid}' \
--user "username:password"