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

# POST /DeleteRecordingConfiguration

`POST /DeleteRecordingConfiguration`

Deletes the recording configuration for the specified ARN.

If you try to delete a recording configuration that is associated with a channel, you will get an error (409 ConflictException). To avoid this, for all channels that reference the recording configuration, first use UpdateChannel to set the `recordingConfigurationArn` field to an empty string, then use DeleteRecordingConfiguration.

## Request body

- object
  - `arn` string, required — ARN of the recording configuration to be deleted.

## Response `200`

Success

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — ConflictException

---

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