Delete a specific file by hash
DELETE /version_file/{hash}
DELETE
/version_file/{hash}
Deletes a specific file from a version by its cryptographic hash. Requires authentication via API key.
Authorizations
Parameters
Path Parameters
hash
required
string
A unique identifier representing the cryptographic hash of the file.
id
required
string
Unique identifier for the version
Responses
200
The file was successfully deleted.
403
Forbidden - User does not have permission to delete this file.
404
File not found for the given hash.