Skip to main content

DeleteDataProductVersionRequest

  • Stability: stable

Identifies the parent data product by UUID together with the semver triple to remove; this is irreversible and should be coordinated with running deployments.

  • Qualified id: com.dataspine.controlplane.DeleteDataProductVersionRequest@1
  • Kind: struct

Properties

NameTypeDescription
data_product_idUuidParent data product UUID whose version should be deleted.
semver_majorInteger32Semantic major component of the version to delete.
semver_minorInteger32Semantic minor component of the version to delete.
semver_patchInteger32Semantic patch component of the version to delete.

Back to Control Plane