removeAttachments method

Future<List<BlobAttachmentV1>> removeAttachments (
  1. String correlationId,
  2. ReferenceV1 reference,
  3. List<String> ids
)

Removes reference in attachments by their ids and return list of these attachments.

  • correlationId (optional) transaction id to trace execution through call chain.
  • reference a reference to be removed.
  • ids an attachments ids to be removed to. Return (optional) Future that receives list of attachment or error.