Method: folders.deleteAccessApprovalSettings

Deletes the settings associated with a project, folder, or organization. This will have the effect of disabling Access Approval for the project, folder, or organization, but only if all ancestors also have Access Approval disabled. If Access Approval is enabled at a higher level of the hierarchy, then Access Approval will still be enabled at this level as the settings are inherited.

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 empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.