Delete a rate limit
Delete a rate limit by ID.
Authorization
Bearer AuthorizationBearer <token>
Project API key
In: header
Path Parameters
id*string
Unique identifier for the rate limit
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.limitry.com/v1/rate-limits/string"{
"success": true
}{
"error": "Invalid or missing API key"
}{
"error": "Resource not found"
}