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

# Delete experiment

`DELETE /experiments/{experimentId}`

Delete experiment with given id. Deleting a multivariate test (MVT) experiment with many combinations can exceed the request timeout and return a 504 Gateway Timeout error. A timeout doesn't necessarily mean the delete failed: send a GET request for the same experiment ID to confirm whether it still exists before you retry the delete.

## Path parameters

- `experimentId` integer, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api.md) · [All operations](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kameleoon/openapi-definition-for-automation-api/revisions/09f2abcea0b5/schema)
