Doc: update delete_users (#2169)
This commit is contained in:
@@ -1575,13 +1575,7 @@ Delete specific user or agent or app or run.
|
|||||||
client.delete_users(user_id="alex")
|
client.delete_users(user_id="alex")
|
||||||
|
|
||||||
# Delete specific agent
|
# Delete specific agent
|
||||||
#client.delete_users(agent_id="travel-assistant")
|
# client.delete_users(agent_id="travel-assistant")
|
||||||
|
|
||||||
# Delete specific app
|
|
||||||
#client.delete_users(app_id="travel-app")
|
|
||||||
|
|
||||||
# Delete specific run
|
|
||||||
#client.delete_users(run_id="travel-run")
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```javascript JavaScript
|
```javascript JavaScript
|
||||||
|
|||||||
Reference in New Issue
Block a user