Skip to main content

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 paramTypeNotes
idUUIDThe trusted-browser row id.

Response

204 No Content

Error responses

StatusCodeWhen
401authentication_requiredNo valid auth credential.
404not_foundRow doesn't exist, OR belongs to a different user.

Notes

  • An audit entry (auth.trusted_browser.revoked) is recorded.
  • The identsphere_trust cookie 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.