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