reference

Sign Out

Sign out the current user and invalidate all active sessions.

Published: March 22, 2026Updated: March 22, 2026

Sign Out

Deletes all active sessions for the authenticated user.

POST /api/auth/v1/logout
Authorization: Bearer <access-token>

SDK Example

const { error } = await postbase.auth.signOut()