AzureStorage.Blob.delete_container
You're seeing just the function
delete_container
, go back to AzureStorage.Blob module for more information.
Specs
delete_container(AzureStorage.Request.Context.t(), String.t()) :: {:ok, String.t()} | {:error, String.t()}
The Delete Container operation marks the specified container for deletion.
The container and any blobs contained within it are later deleted during garbage collection.