- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |   Required. Resource name for TagValue to be deleted in the format tagValues/456. | 
Query parameters
| Parameters | |
|---|---|
| validateOnly |   Optional. Set as true to perform the validations necessary for deletion, but not actually perform the action. | 
| etag |   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 .

