Delete a user by ID
curl --request DELETE \
--url https://api.example.com/v1/users/{user_id}"<string>"Users
Delete a user by ID
Delete an existing user by their unique GlobalID.
DELETE
/
v1
/
users
/
{user_id}
Delete a user by ID
curl --request DELETE \
--url https://api.example.com/v1/users/{user_id}"<string>"Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The GlobalID of the user (e.g. 'VXNlcjox').
Response
No content returned on successful deletion.
Was this page helpful?
⌘I

