Unkey · Example Payload

Unkey Ratelimitdeleteoverride Example

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics

Unkey Ratelimitdeleteoverride Example is an example object payload from Unkey, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "ratelimit.deleteOverride",
  "method": "POST",
  "path": "/v2/ratelimit.deleteOverride",
  "summary": "Delete Ratelimit Override",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "specific",
      "example": {
        "identifier": "premium_user_123",
        "namespace": "api.requests"
      }
    },
    {
      "contentType": "application/json",
      "name": "wildcard",
      "example": {
        "identifier": "premium_*",
        "namespace": "api.requests"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "403",
      "contentType": "application/json",
      "name": "missingPermission",
      "example": {
        "error": {
          "detail": "Your root key requires the 'ratelimit.*.delete_override' permission to perform this operation",
          "status": 403,
          "title": "Forbidden",
          "type": "forbidden"
        },
        "meta": {
          "requestId": "req_0uVwX4yZaAbCdEfGhIjKl"
        }
      }
    },
    {
      "status": "404",
      "contentType": "application/json",
      "name": "overrideNotFound",
      "example": {
        "error": {
          "detail": "No override found for the specified identifier in this namespace.",
          "status": 404,
          "title": "Not Found",
          "type": "not_found"
        },
        "meta": {
          "requestId": "req_2wXyZaAbCdEfGhIjKlMnOp"
        }
      }
    }
  ]
}