Skip to main content
Delete a blob and all its revisions.

DELETE /blobs/:org_id/:blob_id

Path Parameters

ParameterTypeRequiredDescription
org_idstringYesThe unique ID of the organization.
blob_idstringYesThe unique ID of the blob.

Response

Returns an empty JSON object upon success.

Example

curl -X DELETE https://api.blobhub.io/blobs/org_123/blob_789