---
title: "Delete Experiment"
method: DELETE
path: "/api/experiment/{experiment_id}"
tags: ["Experiment"]
---

# Delete Experiment

`DELETE /api/experiment/{experiment_id}`

Delete an experiment. Auth'ed user must be an owner of the organization to delete an experiment.

## Path parameters

- `experiment_id` string, uuid, required

## Headers

- `TR-Dataset` string, uuid, required

## Response `204`

Experiment deleted successfully

## Other responses

- `400` — Service error relating to deleting the experiment

## Changes

- **2025-05-17** `38d9edf24348` — 1 info
  - endpoint added
- **2025-04-24** `661f8d6f359b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/devflowinc/apis/trieve-api/changes/api/experiment/:experiment_id/delete.md)

---

[API](https://skmtc.dev/devflowinc/apis/trieve-api.md) · [All operations](https://skmtc.dev/devflowinc/apis/trieve-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devflowinc/trieve-api/revisions/84583e7c9fc1/schema)
