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