Method: tagValues.tagHolds.delete

Deletes a TagHold.

HTTP request

DELETE https://cloudresourcemanager.googleapis.com/v3/{name=tagValues/*/tagHolds/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the TagHold to delete. Must be of the form: tagValues/{tag-value-id}/tagHolds/{tag-hold-id}.

Query parameters

Parameters
validateOnly

boolean

Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.