cURL
curl --request DELETE \ --url http://api/v1/org/user/{userUuid}
{ "results": "<any>", "status": "ok" }
Deletes a user from the current user’s organization
the uuid of the user to delete
Ok
ok