---
title: "POST /deleteSignalingChannel"
method: POST
path: "/deleteSignalingChannel"
---

# POST /deleteSignalingChannel

`POST /deleteSignalingChannel`

Deletes a specified signaling channel. <code>DeleteSignalingChannel</code> is an asynchronous operation. If you don't specify the channel's current version, the most recent version is deleted.

## Request body

- object
  - `ChannelARN` string, required — The Amazon Resource Name (ARN) of the signaling channel that you want to delete.
  - `CurrentVersion` string — The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the <code>DescribeSignalingChannel</code> or <code>ListSignalingChannels</code> API operations.

## Response `200`

Success

- DeleteSignalingChannelOutput

## Other responses

- `480` — InvalidArgumentException
- `481` — ClientLimitExceededException
- `482` — ResourceNotFoundException
- `483` — AccessDeniedException
- `484` — VersionMismatchException
- `485` — ResourceInUseException

---

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