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