---
title: "Delete Experiment Template"
method: DELETE
path: "/experiment_templates/{template_id}"
tags: ["experiment_templates"]
---

# Delete Experiment Template

`DELETE /experiment_templates/{template_id}`

Delete an experiment template.

Parameters
----------
template_id : str
    ID of the template to delete.

Returns
-------
dict
    Success message.

Raises
------
NotFoundError
    If the template is not found or not owned by the caller's organization.

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- unknown

## 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)
