Skip to main content

DeleteABSFile

Description

Deletes blob files in the specified virtual directory.

info
  • Ensure that you have a properly configured SFTP connection resource set up under the Resources folder.
  • SFTP file names are typically case-sensitive; therefore, abc.JPG, abc.jpg, and ABC.jpg will be saved as different files. To ensure consistency, we recommend using lower-case file names and extensions: abc.jpg.

Configuring the DeleteABSFile Activity

The DeleteABSFile Configuration panel has four tabs: Configuration, Advanced, Input, and Output.

Configuration

FieldRequiredDescriptionExample
NameRequiredThe name of the activity. This name must be unique in a workflow.Purge Temporary Processing Files
DescriptionOptionalThe description of the activity. We recommend you make this as clear as possible to guide execution, foster understanding, and support collaboration.Deletes temporary processing files after the regulatory retention period.
ResourceRequiredA predefined resource for accessing ABS blobs./Resources/ABSConnection
Container NameRequiredThe name of the container in ABS.temp-processing
File PathRequired

The location of the virtual directory that contains the blob that you want to delete.

Note

While entering the path, only include the virtual directories without adding the container name, because the container name is already specified (see Container Name, above).

For example, consider the following complete path:

temp-processing/image-processing/temp/

In this complete path:

  • temp-processing is the blob container.
  • temp is the virtual directory that contains the blob you want to update.
  • image-processing/temp is the path to the blob.
File NameRequiredThe name of the blob file that you want to delete.job-123-original.jpg.tmp

DeleteABSFile Configuration

See the Advanced Configuration section below for more details.

Input

FieldRequiredData TypeDescriptionExample
filepathOptionalStringThe location of the virtual directory (without the container name) that contains the blob that you want to delete.image-processing/temp
filenameOptionalStringThe name of the file that you want to delete.job-123-original.jpg.tmp

Output

FieldRequiredData TypeDescriptionExample
JSON SchemaOptionalNAA custom schema that can be imported.NA