- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Deletes a single AutoProtectionPolicy.
HTTP request
DELETE https://backupdr.googleapis.com/v1beta/{name=projects/*/locations/*/autoProtectionPolicies/*} The URLs use gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. The name of the policy to delete. Format: projects/{project}/locations/{location}/autoProtectionPolicies/{autoProtectionPolicy} |
Query parameters
| Parameters | |
|---|---|
etag |
The current etag of the AutoProtectionPolicy. If an etag is provided and does not match the current etag of the connection, the request will be rejected with an ABORTED error. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/cloud-backupdr
For more information, see the Authentication Overview.