Deleting a container
You can delete a container only if it has no objects.
To delete a container (console)
Open the MediaStore console at https://console.aws.amazon.com/mediastore/
. -
On the Containers page, choose the option to the left of the container name.
-
Choose Delete.
To delete a container (AWS CLI)
-
In the AWS CLI, use the
delete-container
command:aws mediastore delete-container --container-name=
ExampleLiveDemo
--regionus-west-2
This command has no return value.