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

# Delete Experiment

`DELETE /api/v2/experiments/{experiment_id}/`

RUD: Retrieve, Update, Delete single experiment.

GET /evaluations/experiments/<id>/
PATCH /evaluations/experiments/<id>/   — edit the definition (dataset,
    workflow, evaluators, config). Blocked while a run is in flight
    so the in-flight run can trust its dispatched definition.
    Trigger execution via POST /runs/, not PATCH.
DELETE /evaluations/experiments/<id>/

## Path parameters

- `experiment_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
