Ratelimits
Delete Override
Delete an override from the system.
POST
/
v1
/
ratelimits.deleteOverride
Changelog
Date | Changes |
---|---|
Nov 25 2024 | Introduced endpoint |
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
identifier
string
requiredIdentifier of your user, this can be their userId, an email, an ip or anything else. Wildcards ( * ) can be used to match multiple identifiers, More info can be found at https://www.unkey.com/docs/ratelimiting/overrides#wildcard-rules
namespaceId
string
The id of the namespace. Either namespaceId or namespaceName must be provided
namespaceName
string
The name of the namespace. Namespaces group different limits together for better analytics. You might have a namespace for your public API and one for internal tRPC routes.
Response
200 - application/json
The response is of type object
.
Was this page helpful?