curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/artifact-versions/{id} \
--header 'Authorization: Bearer <token>'{}Delete an artifact version by its ID.
curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/artifact-versions/{id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?