Required. The resource name of the EntryType: projects/{project_number}/locations/{locationId}/entryTypes/{entryTypeId}.
Authorization requires the following IAM permission on the specified resource name:
dataplex.entryTypes.delete
Query parameters
Parameters
etag
string
Optional. If the client provided etag value does not match the current etag value, the DeleteEntryTypeRequest 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 allows the deletion of an EntryType resource using a DELETE HTTP request."],["The request URL requires a `name` parameter within the path to specify the EntryType to delete, following the format `projects/{project_number}/locations/{locationId}/entryTypes/{entryTypeId}`."],["An optional `etag` query parameter can be used to ensure that the client's version of the EntryType matches the server's version before deletion, returning an error if there is a mismatch."],["The request body for this endpoint must be empty, and successful deletion returns an Operation instance in the response body."],["Deleting an EntryType requires the `dataplex.entryTypes.delete` IAM permission on the specified resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]