---
title: "Delete a shadow experiment"
method: DELETE
path: "/projects/{projectId}/endpoints/{endpointId}/shadowExperiments/{id}"
tags: ["ShadowExperimentService"]
---

# Delete a shadow experiment

`DELETE /projects/{projectId}/endpoints/{endpointId}/shadowExperiments/{id}`

Deletes a shadow experiment and its target records. The underlying deployments are not deleted.

## Path parameters

- `projectId` string, required — Project identifier.
- `endpointId` string, required — Endpoint identifier.
- `id` string, required — Shadow experiment identifier.

## Query parameters

- `etag` string — Etag for optimistic concurrency.

## Response `200`

OK

- DEDeleteResponse — Empty response returned after a successful delete operation.

## Other responses

- `400` — Invalid request
- `default` — Default error response

---

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