Method: policies.delete

Deletes a previously created Policy. Fails if the policy is still being referenced by a network.

HTTP request

DELETE https://dns.googleapis.com/dns/v1/projects/{project}/policies/{policy}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
project

string

Identifies the project addressed by this request.

policy

string

User given friendly name of the policy addressed by this request.

Query parameters

Parameters
clientOperationId

string

For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.