> For the complete documentation index, see [llms.txt](https://docs.laravieira.me/mysiga/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.laravieira.me/mysiga/reference/login/login-logout.md).

# /login/logout

Logout from Siga 3 and MySiga

## Destroy the sessions on both Siga 3 and MySiga

<mark style="color:blue;">`GET`</mark> `https://mysiga.laravieira.me/login/logout`

#### Cookies

| Name                                        | Type   | Description    |
| ------------------------------------------- | ------ | -------------- |
| PHPSESSID<mark style="color:red;">\*</mark> | string | The session id |

{% tabs %}
{% tab title="200: OK Logged out" %}

```json
{
    "server": "*",
    "siga": "*",
    "client": "*",
    "logged": false
}
```

{% endtab %}
{% endtabs %}
