> For the complete documentation index, see [llms.txt](https://developer.perculus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.perculus.com/v2-tr/servisler/oturum-yonetimi/oturumlari-silme.md).

# Oturumları Silme

**Örnek istek:**

{% tabs %}
{% tab title="CURL" %}

```bash
curl -L -X DELETE 'https://<DOMAIN>/api/groups/xapi/session/:SESSION_GUID'
```

{% endtab %}

{% tab title="Untitled" %}

```
client.sessions.deleteSession("61E3D504-13EE-447F-9B36-6686C5C39FEB");
```

{% endtab %}
{% endtabs %}

**Örnek yanıt:**

Başarılı bir operasyon `204 No Content` kodunu döner
