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
| Name | Type | Description |
|---|---|---|
data_product_id | Uuid | Parent data product UUID whose version should be deleted. |
semver_major | Integer32 | Semantic major component of the version to delete. |
semver_minor | Integer32 | Semantic minor component of the version to delete. |
semver_patch | Integer32 | Semantic patch component of the version to delete. |