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 or stale expected-current token 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.
Query parameters
expected_current_version_idstring required
Current version ID observed by the client. If stale, returns 409 without changes; refetch the asset before retrying.
Current version ID observed by the client. If stale, returns 409 without changes; refetch the asset before retrying.
Response
Successful Response