# Delete Blob Container

> `UiPath.Azure.Activities.DeleteBlobContainer`

`UiPath.Azure.Activities.DeleteBlobContainer`

## Description

Deletes a specific blob container.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **BlobContainer** - Specifies the blob container that needs to be deleted.
* **WaitForCompletion** - When selected, waits for the activity to be completed before moving to the next activity. When the option it's not selected, the activity ends immediately after the API call is made. The default value is **True**.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
