Method: deltasharing.v1.projects.catalogs.delete

Deletes an existing DeltaSharing catalog specified by the resource name.

HTTP request

DELETE https://biglake.googleapis.com/deltasharing/v1/{name=projects/*/catalogs/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the catalog to delete. Format: projects/{project}/catalogs/{catalog}

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/bigquery
  • 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:

  • biglake.catalogs.delete

For more information, see the IAM documentation.