Skip to content

/AWS1/CL_IVS=>DELETECHANNEL()

About DeleteChannel

Deletes the specified channel and its associated stream keys.

If you try to delete a live channel, you will get an error (409 ConflictException). To delete a channel that is live, call StopStream, wait for the Amazon EventBridge "Stream End" event (to verify that the stream's state is no longer Live), then call DeleteChannel. (See Using EventBridge with Amazon IVS.)

Method Signature

IMPORTING

Required arguments:

IV_ARN TYPE /AWS1/IVSCHANNELARN /AWS1/IVSCHANNELARN

ARN of the channel to be deleted.