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

# Delete Experiment

`DELETE /workspaces/{workspace_id}/experiments/{experiment_id}`

## Path parameters

- `experiment_id` string, uuid, required
- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- DeleteExperimentResponse
  - `ok` true, required
  - `experiment_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
