- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Deletes a TagKey. The TagKey cannot be deleted if it has any child TagValues.
HTTP request
 DELETE https://cloudresourcemanager.googleapis.com/v3/{name=tagKeys/*} 
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| name |   Required. The resource name of a TagKey to be deleted in the format  | 
Query parameters
| Parameters | |
|---|---|
| validateOnly |   Optional. Set as true to perform validations necessary for deletion, but not actually perform the action. | 
| etag |   Optional. The etag known to the client for the expected state of the TagKey. 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 .

