Deletes a Model.
A model cannot be deleted if any Endpoint
resource has a DeployedModel
based on the model in its deployedModels
field.
Endpoint
deletehttps://{service-endpoint}/v1/{name}
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
name
string
Required. The name of the Model resource to be deleted. Format: projects/{project}/locations/{location}/models/{model}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.