delete https://api.mediasilo.com/v3/assets//versions
Delete a version
Important logic:
- Deleting a version does not delete an asset. It simply says that an asset is no longer a version of another asset.
- Deleting an asset does delete a version.
- The asset associated to the deleted version will now be accessible. The asset should appear again in the project that it lives in.
- We do not allow there to be only 1 version of an asset. If there are two versions of an asset and 1 is deleted, the last version will be deleted as well.
- If the active version is deleted, the most recently created version will become the active version by default.