Deletes a single CertificateMap. A Certificate Map can't be deleted if it contains Certificate Map Entries. Remove all the entries from the map before calling this method.
[[["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 document describes how to delete a single Certificate Map via an HTTP DELETE request to a specific URL."],["Deleting a Certificate Map is only possible if the map is empty of Certificate Map Entries."],["The `name` path parameter, in the format `projects/*/locations/*/certificateMaps/*`, is required to specify the target certificate map."],["The request body must be empty when sending the request to delete a certificate map."],["A successful request returns an Operation instance in the response body, and it requires the `certificatemanager.certmaps.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]