diff --git a/src/content/docs/version-management/get-started.mdx b/src/content/docs/version-management/get-started.mdx index 519a57502655c27..431cfd2b498b376 100644 --- a/src/content/docs/version-management/get-started.mdx +++ b/src/content/docs/version-management/get-started.mdx @@ -48,4 +48,8 @@ After promoting to each environment, test the new version in your new environmen For new changes to your zone, [create a new version](/version-management/how-to/versions/#create-version) and repeat this process. +## Delete specific version +The versions created in Version Management are immutable and cannot be deleted to ensure that changes are tracked and can be rolled back if needed. + +You can, however, create a new version and clone the configuration from the previous version, making any necessary changes before promoting it to your desired environment. This solution allows you to effectively "delete" the old version by no longer using it.