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
f50309b2811c10142932bc026ef83f0431bfdbbe612881276d108aba69c4406171c7ba7acd25019fa1b3bfa3c09e20f7382468a098666cdd03f1b7f16d2c214d
A unique identifier representing the cryptographic hash of the file.
id
required
string
uohlw2d5lfh5pdgaavtsw9v6
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.