curl --request DELETE \
--url https://platform.versori.com/api/v2/o/{organisation_id}/users/{user_id} \
--header 'Authorization: Bearer <token>'{}DeleteEndUser deletes the End User for the given user ID.
curl --request DELETE \
--url https://platform.versori.com/api/v2/o/{organisation_id}/users/{user_id} \
--header 'Authorization: Bearer <token>'{}