[#BloombergLP-bdlbb-Blob-removeBuffers] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/Blob.adoc[Blob]::removeBuffers :relfileprefix: ../../../ :mrdocs: Remove the specified `numBuffers` starting at the specified `index` from this blob. Buffers at positions higher than `index` (if any) are shifted down by `numBuffers` index positions. The behavior is undefined unless `0 <= index`, `0 <= numBuffers`, and `index + numBuffers <= numBuffers()`. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void removeBuffers( int index, int numBuffers); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#