English
cURL
curl --request DELETE \ --url https://api.example.com/v1/users/{user_id}
"<string>"
Delete an existing user by their unique GlobalID.
The GlobalID of the user (e.g. 'VXNlcjox').
No content returned on successful deletion.
Was this page helpful?