Required. The resource name of the dataScan: projects/{project}/locations/{locationId}/dataScans/{dataScanId} where project refers to a projectId or project_number and locationId refers to a GCP region.
Authorization requires the following IAM permission on the specified resource name:
dataplex.datascans.delete
Query parameters
Parameters
force
boolean
Optional. If set to true, any child resources of this data scan will also be deleted. (Otherwise, the request will only work if the data scan has no child resources.)
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 for the deletion of a DataScan resource using a DELETE HTTP request to a specified URL."],["The `name` path parameter is mandatory and represents the resource name of the DataScan to be deleted, formatted as `projects/{project}/locations/{locationId}/dataScans/{dataScanId}`."],["An optional `force` query parameter allows for the deletion of child resources of the DataScan if set to `true`."],["The request body for deleting a DataScan must be empty, and a successful operation will return an `Operation` resource in the response body."],["Authorization for this request requires the `dataplex.datascans.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]