- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Deletes a PostureDeployment
.
HTTP request
DELETE https://securityposture.googleapis.com/v1/{name=organizations/*/locations/*/postureDeployments/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the posture deployment, in the format |
Query parameters
Parameters | |
---|---|
etag |
Optional. An opaque identifier for the current version of the posture deployment. If you provide this value, then it must match the existing value. If the values don't match, then the request fails with an If you omit this value, then the posture deployment is deleted regardless of its current |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
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:
securityposture.postureDeployments.delete
For more information, see the IAM documentation.