Deletes a batch job.
HTTP request
DELETE https://storagebatchoperations.googleapis.com/v1/{name=projects/*/locations/*/jobs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. The |
Query parameters
| Parameters | |
|---|---|
requestId |
Optional. An optional request ID to identify requests. Specify a unique request ID in case you need to retry your request. Requests with same |
force |
Optional. If set to true, any child bucket operations of the job are deleted. We recommend setting this to |
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.
IAM Permissions
Requires the following IAM permission on the name resource:
storagebatchoperations.jobs.delete
For more information, see the IAM documentation.