assets
Delete the asset's current derived version
Irreversibly deletes the current non-original version and restores its predecessor. The original returns 422; a buried version returns 409.
delete/api/assets/{asset_id}/versions/{version_id}
Path parameters
asset_idstring required
Asset ID (with asset_ prefix) whose version to delete.
Asset ID (with asset_ prefix) whose version to delete.
version_idstring required
Version ID (with asset_version_ prefix) to delete. Must be the asset's current non-original version.
Version ID (with asset_version_ prefix) to delete. Must be the asset's current non-original version.
Response
Successful Response