curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/ml-repos/{id} \
--header 'Authorization: Bearer <token>'{}Delete a ml repo Args: id: Unique identifier of the ml repo to delete user_info: Authenticated user information
Returns: EmptyResponse: Empty response indicating successful deletion
curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/ml-repos/{id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?