Skip to main content

Delete

Blob Storage Plugin – Delete Action

Summary (SEO Meta Description):
The Delete Action of the Blob Storage Plugin removes content from a specified Azure Blob Storage container.
It allows workflows to clean up obsolete or temporary files automatically.


Overview

The Delete Action enables your workflow to permanently delete blobs (files or objects) from an Azure Blob Storage container.
This is useful for managing storage costs, enforcing data retention policies, or clearing temporary files generated by workflows.

Typical Use Cases:

  • Remove outdated backups or log files
  • Delete temporary files after data processing
  • Clean up user-uploaded files when no longer needed
  • Purge obsolete documents to maintain compliance

⚙️ Configuration

FieldDescriptionType / Options
LabelCustom name for the actionString
Containers nameName of the Azure Blob Storage container holding the target filesString
Select connectionChoose or create a secure Azure Blob Storage connectionConnection

FAQ

Q: What happens if the file to delete does not exist?
A: The action completes without error, but no file is removed.

Q: Is the deletion permanent?
A: Yes. Once deleted, the blob cannot be recovered unless versioning or backup strategies are in place.

Q: Can I delete multiple files at once?
A: The Delete Action deletes one blob per execution. Use multiple Delete steps or a batch process for multiple files.


Keywords: WeHub Blob Storage Plugin, Delete Action, Azure Blob Storage, Remove Blob, Cloud Storage Automation