Data Catalog API methods that are related to Data Catalog search and metadata are deprecated and will be discontinued on January 30, 2026. See Transition from Data Catalog to Dataplex Catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
Deletes an EntryGroup. Only entry groups that do not contain entries can be deleted. Users should enable the Data Catalog API in the project identified by the name parameter (see Data Catalog Resource Project for more information).
Required. The name of the entry group. For example, projects/{projectId}/locations/{location}/entryGroups/{entryGroupId}. It takes the form projects/{project}/locations/{location}/entryGroups/{entrygroup}.
Query parameters
Parameters
force
boolean
Optional. If true, deletes all entries in the entry group.
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["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-02-25 UTC."],[[["This endpoint allows for the deletion of an EntryGroup in the Data Catalog, but only if the group is empty of entries."],["The `name` path parameter is required and specifies the full resource path of the EntryGroup to be deleted, in the format `projects/{project}/locations/{location}/entryGroups/{entrygroup}`."],["An optional `force` query parameter can be used to delete all entries within the EntryGroup prior to the deletion of the EntryGroup itself."],["The request body for this operation must be empty, and if the deletion is successful, the response will be an empty JSON object."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]