# Delete Channel

del `/ui/connectors/channels-api/latest/channels/:channel_id/`

Delete a channel. Services are stopped before deletion.

Service cleanup errors are logged but don't prevent channel removal.

## Path parameters

**channel_id**  string  Required

## Response

**204**  Successful Response

No response body.

## Errors

**422**  Validation Error

- **detail**  list of objects [ValidationError](https://docs.mediakind.com/api-reference/channels-api/schemas/validationerror)  Optional
  - Show 5 properties
  - Hide 5 properties
- **loc**  list of objects  Required
  - Show 2 variants
  - Hide 2 variants
  - **string** string
  - Variant 1: `string`
  - **integer** integer
  - Variant 2: `integer`
- **msg** string  Required
- **type** string  Required
- **input** any  Optional
- **ctx** object  Optional

**503**  Service unavailable

No response body.
