Skip to main content
BlobHub home page
Search...
⌘K
Support
Profile
Profile
Search...
Navigation
Revisions
Delete Revision
General
API Reference
Blob Types
SDKs
Main
Featured
REST API
Introduction
Authentication
Users
Organizations
Blobs
Revisions
Get Revision
Update Revision
Delete Revision
Commit Revision
Metadata
API Keys
Members
Credentials
Operations
WebSocket API
Introduction
Authentication
Protocol
Server
On this page
DELETE /revisions/:id
Path Parameters
Response
Example
Revisions
Delete Revision
Delete a specific revision. Cannot delete the latest revision of a blob.
DELETE
/revisions/:id
Path Parameters
Parameter
Type
Required
Description
id
string
Yes
The unique ID of the revision.
Response
Returns an empty JSON object upon success.
Example
Request
Response
Copy
curl
-X
DELETE
https://api.blobhub.io/revisions/rev_old
Update Revision
Commit Revision