[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[[["\u003cp\u003eThis page documents the process for deleting an Engine, as identified by its full resource name within a specified project, location, and collection.\u003c/p\u003e\n"],["\u003cp\u003eThe deletion is performed via an HTTP \u003ccode\u003eDELETE\u003c/code\u003e request to a URL using gRPC Transcoding syntax, with the Engine's resource name being specified as a required path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for deleting an Engine must be empty, meaning no additional data is needed to carry out this request.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful Engine deletion returns an Operation instance in the response body, and requires \u003ccode\u003ediscoveryengine.engines.delete\u003c/code\u003e IAM permissions on the target resource.\u003c/p\u003e\n"],["\u003cp\u003eExecuting the deletion request requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e to ensure proper authorization.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.collections.engines.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n\nDeletes a [Engine](/generative-ai-app-builder/docs/reference/rest/v1beta/projects.locations.collections.engines#Engine).\n\n### HTTP request\n\n`DELETE https://discoveryengine.googleapis.com/v1beta/{name=projects/*/locations/*/collections/*/engines/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/generative-ai-app-builder/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `discoveryengine.engines.delete`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]