> 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/clinical-workflow/delete.md).

# Delete

| **API URL**     | {{url}}/admin-service/clinical-workflow/remove |
| --------------- | ---------------------------------------------- |
| **Method**      | PUT                                            |
| **Description** | Remove clinical workflow                       |

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

{\
"id": 90,\
"tenantId": "1"\
}

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

```
{
    "message": "Account workflow removed successfully.",
    "entity": null,
    "status": true,
    "entityList": null,
    "responseCode": 200,
    "totalCount": null
}
```
