> For the complete documentation index, see [llms.txt](https://spice.docs.medtroniclabs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spice.docs.medtroniclabs.org/versions/spice-1.0/engineering/api-documentation/admin-services/operating-unit/operating-unit-admin-remove.md).

# 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."
}
```
