Digital Asset Management (DAM)
Managing assets
Delete file
This API deletes the file and all its file versions permanently.
Note: If a file or specific transformation has been requested in the past, then the response is cached. Deleting a file does not purge the cache. You can purge the cache using purge cache API.
delete/v1/files/{fileId}
Path parameters
fileIdstring required
The unique fileId of the uploaded file. fileId is returned in list and search assets API and upload API.
Response
File deleted successfully.