v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428140120.9 KB

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.

post/DeleteRecordingConfiguration

Request body

arnstring required

ARN of the recording configuration to be deleted.

Response

Success