Doc: update delete_users (#2168)
This commit is contained in:
@@ -1566,8 +1566,10 @@ client.delete_users()
|
|||||||
{'message': 'All users, agents, and runs deleted.'}
|
{'message': 'All users, agents, and runs deleted.'}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</CodeGroup>
|
||||||
Delete specific user or agent or app or run.
|
Delete specific user or agent or app or run.
|
||||||
|
|
||||||
|
<CodeGroup>
|
||||||
```python Python
|
```python Python
|
||||||
# Delete specific user
|
# Delete specific user
|
||||||
client.delete_users(user_id="alex")
|
client.delete_users(user_id="alex")
|
||||||
|
|||||||
Reference in New Issue
Block a user