Deletes a reasoning engine.
Endpoint
deletehttps://aiplatform.googleapis.com/v1beta1/{name}
Path parameters
name
string
Required. The name of the ReasoningEngine resource to be deleted. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}
Query parameters
force
boolean
Optional. If set to true, child resources of this reasoning engine will also be deleted. Otherwise, the request will fail with FAILED_PRECONDITION error when the reasoning engine has undeleted child resources.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.