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

# Delete a shadow experiment target

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

Removes a target from a shadow experiment without deleting the underlying deployment.

## Path parameters

- `projectId` string, required — Project identifier.
- `endpointId` string, required — Endpoint identifier.
- `experimentId` string, required — Shadow experiment identifier.
- `id` string, required — Shadow experiment target 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/:experimentId/targets/: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/f4885bc38424/schema)
