Method: folders.deleteAccessApprovalSettings

Deletes the settings associated with a project, folder, or organization. This will have the effect of disabling Access Approval for the resource. Access Approval may remain active based on parent resource settings. To confirm the effective settings, call folders.getAccessApprovalSettings and verify effective setting is disabled.

HTTP request

DELETE https://accessapproval.googleapis.com/v1/{name=folders/*/accessApprovalSettings}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Name of the AccessApprovalSettings to delete.

Authorization requires the following IAM permission on the specified resource name:

  • accessapproval.settings.delete

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.