Delete a version from a file's version history.
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request DELETE '/file/version?uri=cloudreve%3A%2F%2Fmy%2Fcopy.md&version=9ewQi2' \
--header 'X-Cr-Purchase-Ticket: 1f63aa26-edc0-40ce-950a-cb4d4323158e' \
--header 'Authorization: Bearer <token>'
Responses
application/json
Modified at 2026-03-27 10:22:26