ShareClient.delete Method
Definition
Deletes the share in the storage account
Code Samples
Delete the share
shareClient.delete();
System.out.println("Completed deleting the share.");
For more information, see the Azure Docs.
public void delete()