Delete a quota

Delete a quota by ID.

DELETE
/quotas/{id}
AuthorizationBearer <token>

Project API key

In: header

Path Parameters

id*string

Unique identifier for the quota

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.limitry.com/v1/quotas/string"
{
  "success": true
}
{
  "error": "Invalid or missing API key"
}
{
  "error": "Resource not found"
}