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

HTTP Authorization

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

 Body: Must contain the user identifier to which this device belongs to.
           {"user":...}

           Parameter:
               "user"  : value of type long, identifier of the user where the device belongs to.

 

Request Example
https://my.qeo.org/qeo-rest-service/v1/realms/103/devices/5545   
 
{
   "user":213
}
Response:

HTTP 200 OK
Content-Type: application/json