Clear one IP address's rate limit (admin)
POST/api/admin/status/rate-limits/clear
Lifts one IP's rate-limit restriction ahead of its expiry, so an administrator can let a locked-out classroom or office back in without waiting it out. System administrators only. Not idempotent by design: clearing an address that is not currently restricted returns 404 rather than a silent success, so the caller learns the restriction had already lapsed (or landed on another instance) instead of assuming it acted.
Request
Responses
- 200
- 400
- 403
- 404
- 500
The restriction was cleared.
Missing or invalid scope/ip.
Caller is not a system administrator.
That address is not currently restricted.
Clearing the restriction failed.