Resolves ENG-5580.
Added a instant_delete option to the DELETE request payload. If set to true, the blob will be deleted immediately after last holder is revoked. Otherwise, it will be deleted during the next cleanup run.
The DELETE request payload now looks like this:
{ holder: "some_holder", blob_hash: "some_hash", // defaults to false if not provided instant_delete: true }