Doc: update delete_users (#2168)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user