Artifacts
Delete Artifact
Artifacts
Delete Artifact
DELETE
/
api
/
ml
/
v1
/
artifacts
/
{id}
curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/artifacts/{id} \
--header 'Authorization: Bearer <token>'
{}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
curl --request DELETE \
--url https://{controlPlaneURL}/api/ml/v1/artifacts/{id} \
--header 'Authorization: Bearer <token>'
{}