> 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/admin-services/program/delete.md).

# Delete

| **API URL**     | {{url}}/admin-service/program/remove |
| --------------- | ------------------------------------ |
| **Method**      | PATCH                                |
| **Description** | Program delete                       |

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

{\
"id": 41,\
"tenantId": 156\
}

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

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