POST /api/v3/logout

Logs out the current user by clearing the session cookie

LogoutV3
Use this endpoint to end a cookie-based session. Removes authorization cookies from the client. No prior authentication is required (anonymous access allowed).

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type, including the request body.

Responses

200 OK The request succeeded and the response body contains the requested data.