Digital Asset Management (DAM)
Managing assets
Delete file version
This API deletes a non-current file version permanently. The API returns an empty response.
Note: If you want to delete all versions of a file, use the delete file API.
delete/v1/files/{fileId}/versions/{versionId}
Path parameters
fileIdstring required
The unique fileId of the uploaded file. fileId is returned in list and search assets API and upload API.
versionIdstring required
The unique versionId of the uploaded file. versionId is returned in list and search assets API and upload API.
Response
File version deleted successfully.
object required