> 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/account/account-admin-delete.md).

# Account Admin - Delete

| **API URL**     | {{url}}/admin-service/account/user-remove |
| --------------- | ----------------------------------------- |
| **Method**      | DELETE                                    |
| **Description** | Delete Account admin                      |

#### **Input** <a href="#accountadmin-delete-input" id="accountadmin-delete-input"></a>

| **Field Name** | **Type** | **Mandatory** | **Example** |
| -------------- | -------- | ------------- | ----------- |
| id             | Number   | Yes           | 6617        |
| tenantId       | Number   | Yes           | 71          |

#### **Sample Input:** <a href="#accountadmin-delete-sampleinput" id="accountadmin-delete-sampleinput"></a>

{\
"id": 6617,\
"tenantId": 71\
}

#### **Sample Output:** <a href="#accountadmin-delete-sampleoutput" id="accountadmin-delete-sampleoutput"></a>

```
{
    "message": "Account Admin deleted successfully."   
}
```
