> ## Documentation Index
> Fetch the complete documentation index at: https://docs.falkordb.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Sign out

> End the current session and clear the session cookies.

Invalidates the current session. The response clears the `omnistrate_token` and `omnistrate_refresh_token` cookies.

## Authorization

<ParamField header="Cookie" type="string" required>
  Session cookie set by [Sign in](/api-reference/authentication/signin): `omnistrate_token=<jwt>`.
</ParamField>

## Response

Returns `200 OK` with an empty body.

```bash cURL theme={null}
curl -X POST https://api.omnistrate.cloud/2022-09-01-00/logout \
  -b cookies.txt -c cookies.txt
```

## Errors

See [Error](/api-reference/schemas#error) for the error response shape.
