What does HTTP status code 423 mean?
The 423 Locked status code (from WebDAV, RFC 4918) indicates that the target resource is currently locked and cannot be modified.
When to use it in APIs
Use when a tenant resource has been locked by administrators (due to billing freeze, moderation, etc.) or when a resource is temporarily locked for editing.
How it compares to other codes
- 403 Forbidden: A general permission denial. 423 indicates permission is denied specifically because of a lock state.