---
title: "Delete a Marker Setting"
method: DELETE
path: "/1/marker_settings/{datasetSlug}/{markerSettingId}"
tags: ["Marker Settings"]
---

# Delete a Marker Setting

`DELETE /1/marker_settings/{datasetSlug}/{markerSettingId}`

## Response `200`

Success

- MarkerSetting
  - `type` string, required — Groups similar Markers. For example, 'deploys'. All Markers of the same type appears with the same color on the graph.
  - `color` string, required — Color to use for display of this marker type. Specified as hexadecimal RGB. For example, "#F96E11".
  - `id` string — The unique identifier (ID) for the Marker Setting.
  - `created_at` string — The ISO8601-formatted time when the Marker Setting was created.
  - `updated_at` string, nullable — The ISO8601-formatted time when the Marker Setting was updated.

## Other responses

- `404` — Not Found
- `429` — Rate Limit Exceeded

---

[API](https://skmtc.net/honeycomb/apis/honeycomb-api.md) · [All operations](https://skmtc.net/honeycomb/apis/honeycomb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycomb/honeycomb-api/revisions/117619fac2a5/schema)
