deleteAttachmentById method

Future<BlobAttachmentV1> deleteAttachmentById (
  1. String correlationId,
  2. String attachmentId
)

Deletes an attachment by it's unique id.

  • correlationId (optional) transaction id to trace execution through call chain.
  • attachmentId an id of the attachment to be deleted Return Future that receives deleted attachment Throws error.