Required. The name of the lineage event to delete. It takes the form projects/{project}/locations/{location}/processes/{processes}/runs/{run}/lineageEvents/{lineageevent}.
Query parameters
Parameters
allowMissing
boolean
If set to true and the lineage event is not found, the request succeeds but the server doesn't perform any actions.
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-04 UTC."],[[["This webpage details how to delete a lineage event using the Data Lineage API."],["The HTTP `DELETE` request requires the event's name as a path parameter in the format `projects/{project}/locations/{location}/processes/{processes}/runs/{run}/lineageEvents/{lineageevent}`."],["The optional `allowMissing` query parameter, when set to `true`, allows the request to succeed even if the specified lineage event is not found, without performing any action."],["The request body must be empty, and a successful response will return an empty JSON object."],["Deleting a lineage event requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `datalineage.events.delete` on the specified resource."]]],[]]