Required. The resource name of the AspectType: projects/{project_number}/locations/{locationId}/aspectTypes/{aspectTypeId}.
Authorization requires the following IAM permission on the specified resource name:
dataplex.aspectTypes.delete
Query parameters
Parameters
etag
string
Optional. If the client provided etag value does not match the current etag value, the DeleteAspectTypeRequest 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 AspectType resource within Google Cloud Dataplex, requiring a specific resource name in the format `projects/{project_number}/locations/{locationId}/aspectTypes/{aspectTypeId}`."],["The `name` path parameter is mandatory and defines the AspectType to be deleted, while the `etag` query parameter, if provided, ensures the resource's current state matches expectations for deletion."],["The request body for this operation must be empty, and a successful deletion returns an `Operation` resource in the response body to signal the completion."],["Deleting an AspectType requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `dataplex.aspectTypes.delete` IAM permission on the specified resource."]]],[]]