> 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/kullanici-yonetimi/kullanici-silme.md).

# Kullanıcı Silme

**Örnek istek:**

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

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

{% endtab %}

{% tab title="NodeJS" %}

```
client.users.deleteUser("6D9D158D-5A41-4FE5-A151-DE008BC978DE");
```

{% endtab %}
{% endtabs %}

**Örnek yanıt:**

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