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

# POST /DeleteIngestConfiguration

`POST /DeleteIngestConfiguration`

Deletes a specified IngestConfiguration, so it can no longer be used to broadcast. An IngestConfiguration cannot be deleted if the publisher is actively streaming to a stage, unless <code>force</code> is set to <code>true</code>.

## Request body

- object
  - `arn` string, required — ARN of the IngestConfiguration.
  - `force` boolean — Optional field to force deletion of the IngestConfiguration. If this is set to <code>true</code> when a participant is actively publishing, the participant is disconnected from the stage, followed by deletion of the IngestConfiguration. Default: <code>false</code>.

## Response `200`

Success

- DeleteIngestConfigurationResponse

## Other responses

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

---

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