Delete a specific Rate Limit

DELETE /v2/Services/{ServiceSid}/RateLimits/{Sid}

TODO: Resource-level docs

Delete a specific Rate Limit.

Path parameters

  • ServiceSid string Required

    The SID of the Service the resource is associated with.

  • Sid string Required

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

Responses

  • 204

    The resource was deleted successfully.

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