v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439243197.0 KB

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>.

post/DeleteIngestConfiguration

Request body

arnstring required

ARN of the IngestConfiguration.

forceboolean

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

Success

DeleteIngestConfigurationResponse required