Method: projects.locations.dataDomains.bindings.delete

Deletes a DataDomainBinding resource.

HTTP request

DELETE https://dataplex.googleapis.com/v1/{name=projects/*/locations/*/dataDomains/*/bindings/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the DataDomainBinding: projects/{project_id_or_number}/locations/{locationId}/dataDomains/{dataDomainId}/bindings/{bindingId}

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-platform
  • https://www.googleapis.com/auth/dataplex.read-write

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • dataplex.dataDomainBindings.delete

For more information, see the IAM documentation.