---
title: "Delete"
method: DELETE
path: "/helm/boards/sections/{id}"
tags: ["helm.sections"]
---

# Delete

`DELETE /helm/boards/sections/{id}`

## Path parameters

- `id` string, required

## Response `200`

Board object

- object
  - `__v` number
  - `_id` string
  - `accountId` string
  - `boardId` string
  - `color` string
  - `index` integer
  - `name` string
  - `section` string
  - `type` string

## Other responses

- `404` — Not found
- `500` — Error

---

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