deleteAttachmentById method

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

Deletes an attachment by it's unique id.

  • correlation_id (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.