# Removing Users

The delete endpoint removes a user by their ID.

```js label="JavaScript"
client.user("123").delete();
```

<Admonition type="info">

When you delete a user it will be converted to a missing reference and throw an error when [enriching](https://getstream.io/activity-feeds/docs/javascript/v2/enrichment/).

</Admonition>


---

This page was last updated at 2026-08-07T20:37:31.041Z.

For the most recent version of this documentation, visit [https://getstream.io/activity-feeds/docs/javascript/v2/users-delete/](https://getstream.io/activity-feeds/docs/javascript/v2/users-delete/).