[#BloombergLP-bdlbb-BlobUtil-erase] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtil.adoc[BlobUtil]::erase :relfileprefix: ../../../ :mrdocs: Erase the specified `length` bytes starting at the specified `offset` from the specified `blob`. The behavior is undefined unless `offset >= 0`, `length >= 0`, and `offset + length <= blob‐>length()`. == Synopsis Declared in `<bdlbb_blobutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void erase( xref:BloombergLP/bdlbb/Blob.adoc[Blob]* blob, int offset, int length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#