Delete Assets

The Delete Asset Data Operation allows for removing any Asset Data Type.

Use Cases

  • Remove a sensitive file record as soon as it is remitted
  • Delete a selected record chosen by the user
  • Remove a large file after it has been uploaded to an external resource

Data Operation Properties

Asset to Delete

Expects type list.

An array of Asset Data Type objects to be removed.

Run Results

If the asset is successfully removed, the result will be an empty object. If there is an issue in deleting an object, the error will be returned.

The operation will attempt to delete individual files, so even if one has already been removed, the others will still be removed.