Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
The response is of type object.
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>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type object.
Was this page helpful?