Doc: update delete_users (#2168)

This commit is contained in:
Dev Khant
2025-01-22 13:25:13 +05:30
committed by GitHub
parent c1bd4e19fe
commit 625846caf8

View File

@@ -1566,8 +1566,10 @@ client.delete_users()
{'message': 'All users, agents, and runs deleted.'}
```
</CodeGroup>
Delete specific user or agent or app or run.
<CodeGroup>
```python Python
# Delete specific user
client.delete_users(user_id="alex")