---
title: "Delete experiment view override configuration"
method: DELETE
path: "/datasets/{dataset_id}/experiment-view-overrides/{id}"
tags: ["experiment-view-overrides"]
---

# Delete experiment view override configuration

`DELETE /datasets/{dataset_id}/experiment-view-overrides/{id}`

Permanently deletes an experiment view override configuration for a dataset.
This operation removes all column override settings including color gradients,
precision configurations, and visibility settings.

After deletion, the experiment view will revert to default column display settings.
This action cannot be undone - you will need to recreate the override configuration
if you want to restore custom column settings.

Both the dataset and override must exist and be accessible by the authenticated user.
The operation will fail if the override doesn't exist or if the user doesn't have
appropriate permissions for the dataset.

## Path parameters

- `dataset_id` string, uuid, required
- `id` string, uuid, required

## Response `204`

Successfully deleted experiment view override (no content returned)

## Other responses

- `400` — Invalid ID format" example({"error":"invalid experiment view override ID format"})
- `401` — Unauthorized access" example({"error":"Unauthorized"})
- `404` — Override not found" example({"error":"experiment view override not found"})
- `500` — Internal server error" example({"error":"internal server error"})

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
