Runs

delete

Deletes a model version link.

Args: model_version_id: name or ID of the model version containing the link. model_version_pipeline_run_link_name_or_id: name or ID of the model version link to be deleted.

Authorizations
Path parameters
model_version_idstring · uuidRequired
model_version_pipeline_run_link_name_or_idany ofRequired
stringOptional
or
string · uuidOptional
Responses
200
Successful Response
application/json
Responseany
delete
DELETE /api/v1/model_versions/{model_version_id}/runs/{model_version_pipeline_run_link_name_or_id} HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*

No content

Last updated

Was this helpful?