Required. The resource name of the EntryGroup: projects/{project_number}/locations/{locationId}/entryGroups/{entryGroupId}.
Authorization requires the following IAM permission on the specified resource name:
dataplex.entryGroups.delete
Query parameters
Parameters
etag
string
Optional. If the client provided etag value does not match the current etag value, the DeleteEntryGroupRequest method returns an ABORTED error response.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["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-01-28 UTC."],[[["This endpoint facilitates the deletion of an EntryGroup resource using a DELETE HTTP request."],["The operation requires specifying the EntryGroup's resource name in the URL's path parameters, following the format `projects/*/locations/*/entryGroups/*`."],["An optional `etag` query parameter can be included to ensure data consistency, with the request being aborted if the provided value doesn't match."],["The request body must be empty, and a successful operation will return an `Operation` instance in the response body."],["Authorization requires the `dataplex.entryGroups.delete` IAM permission on the specified EntryGroup resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]