Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-storage and https://cloud.google.com/sensitive-data-protection/docs/compute-risk-analysis to learn more.
HTTP request
POST https://dlp.googleapis.com/v2/{name=projects/*/dlpJobs/*}:cancel 
The URLs use gRPC Transcoding syntax.
Path parameters
name 
 string 
Required. The name of the DlpJob resource to be cancelled.
Authorization requires the following IAM 
permission on the specified resource name 
:
-  dlp.jobs.cancel
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
-  https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

