# Site User - Remove

| **API URL**     | {{url}}/admin-service/site/user-remove |
| --------------- | -------------------------------------- |
| **Method**      | DELETE                                 |
| **Description** | Remove site user                       |

#### **Sample Input:** <a href="#siteuser-remove-sampleinput" id="siteuser-remove-sampleinput"></a>

{ "id": 6938, "tenantId": 578, "roleId": 16 }

#### **Sample Output:** <a href="#siteuser-remove-sampleoutput" id="siteuser-remove-sampleoutput"></a>

```
{
    "message": "Site Admin removed successfully.",
    "entity": null,
    "status": true,
    "entityList": null,
    "responseCode": 200,
    "totalCount": null
}
```
