Skip to main content

Delete ABS File

The Delete ABS File activity deletes a specified file from an Azure Blob Storage container.

Configuring the Delete ABS File Activity

To configure the Delete ABS File activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredName of the step, should be unique within this workflow.MyActivity
DescriptionOptionalDescribe the purpose or function of this step.Reads a file from S3
ABS ConnectionRequiredDrag and drop a ABSConnection resource from the workspace.
Select ContextOptionalAuthorization context to use for connecting to ABS.
Container NameOptionalName of the container where the blob is stored. (mapping supported)my-data-bucket
Blob PathOptionalPath inside the container where the blob is located. (mapping supported)data/reports/2024/
Blob NameOptionalName of the blob to be created or accessed. (mapping supported)report-2024.csv

Input

FieldRequiredData TypeDescriptionExample
Container NameOptionalStringThe name of the Azure Blob Storage container where the blob is located.
Blob PathOptionalStringThe path within the container where the blob is located.
Blob NameOptionalStringThe name of the blob to be deleted.

Output

FieldRequiredData TypeDescriptionExample
DeletedOptionalBooleanIndicates whether the blob was successfully deleted.
Blob PathOptionalStringThe path within the container where the blob was located.
Blob NameOptionalStringThe name of the blob that was deleted.
Container NameOptionalStringThe name of the blob that was deleted.
Content LengthOptionalNumberThe size of the blob content in bytes before deletion.0
Was ContainerOptionalBooleanIndicates whether the deleted item was a container instead of a blob.
Last ModifiedOptionalStringThe timestamp when the blob was last modified before deletion.