Revoke a status page's kiosk token
DELETE/api/v1/orgs/:org/status-pages/:statusPageUid/kiosk-token
Clears the stored hash. Any screen still presenting the old token falls straight back to the page's ordinary visibility rules — 401 for a password page, 404 for a private one — with no distinguishable "revoked" answer. Idempotent: revoking a page that has no token succeeds.
Request
Responses
- 204
- 401
- 404
Token revoked (or there was none)
Authentication required
Resource not found