Maintenance
Drop old asset versions
Deletes all versions of versionable objects (contentlets, containers, templates, links, workflow history) older than the specified date. Can take minutes on large datasets.
delete/api/v1/maintenance/_oldVersions
Query parameters
datestring required
Cutoff date in yyyy-MM-dd format. Versions older than this are deleted.
Response
Old versions deleted
Example response
{
"entity": {
"deletedCount": 1523,
"success": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.