class AzureBlob::Client
def delete_container(options = {})
Delete the container
def delete_container(options = {}) uri = generate_uri(container) uri.query = URI.encode_www_form(restype: "container") response = Http.new(uri, signer:).delete end
def delete_container(options = {}) uri = generate_uri(container) uri.query = URI.encode_www_form(restype: "container") response = Http.new(uri, signer:).delete end