Required. The resource name of the partition. format: projects/{project_number}/locations/{locationId}/lakes/{lakeId}/zones/{zoneId}/entities/{entityId}/partitions/{partition_value_path}. The {partition_value_path} segment consists of an ordered sequence of partition values separated by "/". All values must be provided.
Authorization requires the following IAM permission on the specified resource name:
dataplex.partitions.delete
Query parameters
Parameters
etag (deprecated)
string
Optional. The etag associated with the partition.
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-01-28 UTC."],[[["This endpoint is used to delete a metadata partition using a DELETE HTTP request."],["The URL path for the request requires the full resource name of the partition, including project, location, lake, zone, entity, and partition value path."],["The request requires authorization with the `dataplex.partitions.delete` IAM permission on the specified resource."],["The request body must be empty, and there is an optional deprecated `etag` query parameter, which can be used when supplied."],["A successful request will result in an empty JSON object in the response, and also requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]