Object Store Client Delete Service

The Object Store Client Delete service deletes a specific file inside a specific folder from a given Object Store bucket.

The following table provides an overview of the Object Store Client Delete service:
Parameters Description
session_token Session token is returned from the Begin Session service response. It is the Sterling B2B Integrator specific session.
bucketname Name of the bucket. Optional if it is present in either the adapter or individual services.

See Sterling B2B Integrator and Azure Blob Storage terminology for nomenclature.

foldername The name of the folder from which all files will be deleted, this will also delete the folder recursively. Optional when you want to delete a file from a bucket.
Note: If you want to delete a folder, do not provide remotefilename otherwise, it will delete the file from the folder.
remotefilename
Name of the file to be deleted from the folder or bucket.
Note:
  • If you provide both bucketname and foldername, then the file to be deleted will be searched in the folder.
  • If you only provide the bucketname, then the file to be deleted will be searched from the bucket itself.