Skip to content

Sign out and clear session cookie

POST
/v1/auth/logout
curl --request POST \
--url https://example.com/v1/auth/logout \
--header 'Authorization: Bearer <token>'

Logged out successfully.