---
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

## Changes

- **2026-07-26** `0c4fdad77435` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/together/apis/together-apis/changes/projects/:projectId/endpoints/:endpointId/shadowExperiments/:id/delete.md)

---

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