# Operating Unit Admin - Remove

| **API URL**     | {{url}}/admin-service/operating-unit/user-remove |
| --------------- | ------------------------------------------------ |
| **Method**      | DELETE                                           |
| **Description** | OU Admin remove                                  |

#### **Input** <a href="#operatingunitadmin-remove-input" id="operatingunitadmin-remove-input"></a>

| **Field Name** | **Type** | **Mandatory** | **Example** |
| -------------- | -------- | ------------- | ----------- |
| id(OU admin)   | Integer  | Yes           | 6868        |
| tenantId       | bigint   | Yes           | 557         |

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

{\
"id": 6868,\
"tenantId": 557\
}

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

```
{
    "message": "Operating Unit Admin deleted successfully."
}
```
