DELETE
/
blobs
/
{id}
Delete a blob
curl --request DELETE \
  --url https://{FUSION HOST}/api/blobs/{id}

Headers

If-Match
string
default:"0"

An optional tag to match against the specified blob.

Path Parameters

id
string
required

The blob ID.

Query Parameters

commit
boolean
default:true

true to commit to Solr's Blob store.