Required. A name of the TrustConfig to delete. Must be in the format projects/*/locations/*/trustConfigs/*.
Authorization requires the following IAM permission on the specified resource name:
certificatemanager.trustconfigs.delete
Query parameters
Parameters
etag
string
Optional. The current etag of the TrustConfig. If an etag is provided and does not match the current etag of the resource, deletion will be blocked and an ABORTED error will be returned.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["This endpoint allows for the deletion of a single TrustConfig resource identified by its unique `name` parameter."],["The `name` parameter, formatted as `projects/*/locations/*/trustConfigs/*`, is a mandatory path parameter that specifies the TrustConfig to be deleted."],["An optional `etag` query parameter can be included to ensure the resource's current state before deletion, preventing unintended modifications."],["The request body must be empty, and the operation's success is indicated by a response containing an instance of the Operation resource."],["The resource requires the following OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization."]]],[]]