DELETE /v1/auth/trusted-browsers/:id
Revoke a trusted-browser entry. Future logins from that browser will require the MFA challenge again.
::: tip Auth Required: cookie or Bearer. :::
Request
DELETE /v1/auth/trusted-browsers/:id
| Path param | Type | Notes |
|---|---|---|
id | UUID | The trusted-browser row id. |
Response
204 No Content
Error responses
| Status | Code | When |
|---|---|---|
| 401 | authentication_required | No valid auth credential. |
| 404 | not_found | Row doesn't exist, OR belongs to a different user. |
Notes
- An audit entry (
auth.trusted_browser.revoked) is recorded. - The
identsphere_trustcookie on the browser still exists; it just won't match any row on next login. - This does NOT revoke the caller's current session — only the trust fingerprint.