---
title: "Delete Channel"
method: DELETE
path: "/api/v2/channels/{id}"
tags: ["default"]
---

# Delete Channel

`DELETE /api/v2/channels/{id}`

curl --location --request DELETE '[https://api.umbrellacost.io/api/v2/channels/{id}'](https://api.umbrellacost.io/api/v2/channels/%7Bid%7D')  
\--header 'accept: application/json'  
\--header 'apikey: {{apikey}}'  
\--header 'authorization: {{authorization-token}}'  
\--header 'commonparams: {"isPpApplied":false}'

## Path parameters

- `id` string, required

## Headers

- `apikey` string, required
- `authorization` string, required

## Response `200`

Successful response

---

[API](https://skmtc.net/umbrellacost/apis/admin.md) · [All operations](https://skmtc.net/umbrellacost/apis/admin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/umbrellacost/admin/versions/b0a65610726b/schema)
