cURL
curl --request DELETE \ --url http://localhost/api/admin/users/ \ --header 'Content-Type: application/json' \ --data '{ "workspaceId": "<string>", "userIds": [ "1043" ] }'
"<string>"
Delete events, and computed properties and segments for specific users.
Unique identifier for the user. Should be the id of the user in your system. Only applicable to logged in users.
An empty String