Method: tagValues.delete

Deletes a TagValue. The TagValue cannot have any bindings when it is deleted.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Resource name for TagValue to be deleted in the format tagValues/456.

Query parameters

Parameters
validateOnly

boolean

Optional. Set as true to perform the validations necessary for deletion, but not actually perform the action.

etag

string

Optional. The etag known to the client for the expected state of the TagValue. This is to be used for optimistic concurrency.

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.