Log out the current staff session
Auth
Log out the current staff session
No employee session is required — only a matching CSRF cookie/header pair (cl_csrf cookie plus X-CSRF-Token header; 403 if missing or mismatched). Best-effort revokes the caller’s employee_sessions row (revoked_at set) if a cl_admin_session cookie is present, and deletes that cookie. Safe to call twice.
POST
Log out the current staff session
Response
200 - application/json
Successful Response
The response is of type Response Admin Logout Admin Logout Post · object.