> 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/versions/spice-1.0/engineering/api-documentation/admin-services/medication/delete.md).

# Delete

| **API URL**     | {{url}}/admin-service/medication/update |
| --------------- | --------------------------------------- |
| **Method**      | DELETE                                  |
| **Description** | Delete medication                       |

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

{\
"id": 1661,\
"tenantId": "290"\
}

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

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