> 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/spice-docs/engineering/api-documentation/common-services/super-admin/superadmin-delete.md).

# Superadmin Delete

| **API URL**     | {{url}}/user-service/user/super-admin/remove/{id} |
| --------------- | ------------------------------------------------- |
| **Method**      | PUT                                               |
| **Description** | Delete Superadmin                                 |

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

| **Field Name** | **Type** | **Mandatory** | **Example**   |
| -------------- | -------- | ------------- | ------------- |
| id             | Number   | Yes           | 6520(user Id) |

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

{{url}}/user-service/user/super-admin/remove/31<br>

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

```
    "message": "Super Admin Role removed successfully."
```
