diff --git a/docs/platform/quickstart.mdx b/docs/platform/quickstart.mdx index f6f53db8..0cfef7d9 100644 --- a/docs/platform/quickstart.mdx +++ b/docs/platform/quickstart.mdx @@ -1566,8 +1566,10 @@ client.delete_users() {'message': 'All users, agents, and runs deleted.'} ``` + Delete specific user or agent or app or run. + ```python Python # Delete specific user client.delete_users(user_id="alex")