Bulk-abort every in-flight login session for the caller
Authentication
Bulk-abort every in-flight login session for the caller
Caller-scoped bulk delete. Enumerates every session with the caller’s
clerk_user_id whose status is pending or verification_pending
and transitions each to aborted with reason="explicit_cancel".
Does NOT revoke already-minted JWTs — Clerk revocation is a separate problem; an active CLI continues to work until its short-lived JWT expires. This endpoint clears in-flight login sessions only.
DELETE
Bulk-abort every in-flight login session for the caller