Description: Delete a single user from a realm of a Qeo administrator  
URL Structure: https://my.qeo.org/qeo-rest-service/v1/realms/{id}/users/{id}  
HTTP Method: DELETE 
Parameters:

HTTP Authorization

Path parameters:
    1. identifier of the realm (value is of type long)
    2. identifier of the user to deleted (value is of type long)

 

Request Example
https://my.qeo.org/qeo-rest-service/v1/realms/103/users/4  
Response:

HTTP 200 OK
Content-Type: application/json