[[["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-07-21 UTC."],[[["\u003cp\u003eThis webpage documents the process for deleting a lake resource using a DELETE HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eDeleting a lake requires prior deletion of all its zones, and uses a specific URL structure with required path parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request requires an empty request body, and authorization is needed through an OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return an instance of an Operation in the response body.\u003c/p\u003e\n"],["\u003cp\u003eThe resource name path parameter contains the project, location, and lake IDs.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.lakes.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- [Try it!](#try-it)\n\nDeletes a lake resource. All zones within the lake must be deleted before the lake can be deleted.\n\n### HTTP request\n\n`DELETE https://dataplex.googleapis.com/v1/{name=projects/*/locations/*/lakes/*}`\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](/dataplex/docs/reference/rest/v1/organizations.locations.operations#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)."]]