Story #7972
Updated by pulpbot almost 3 years ago
**Ticket moved to GitHub**: "pulp/pulp_container/482":https://github.com/pulp/pulp_container/issues/482 ---- Enable DELETE on blobs upload endpoint ``` DELETE /v2/<name>/blobs/uploads/<uuid> Blob Upload Cancel outstanding upload processes, releasing associated resources. If this is not called, the unfinished uploads will eventually timeout. ```