---
title: "Delete a specific program by id"
method: DELETE
path: "/programs/{program_id}"
tags: ["Programs"]
---

# Delete a specific program by id

`DELETE /programs/{program_id}`

Delete an existing lab test program identified by its ID.

Planned measurements and cell measurements referencing this program have
their ``program_id`` set to null (``ON DELETE SET NULL``); they are not
otherwise affected.

## Path parameters

- `program_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
