Method: projects.locations.certificateMaps.delete

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.

HTTP request

DELETE https://certificatemanager.googleapis.com/v1/{name=projects/*/locations/*/certificateMaps/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. A name of the certificate map to delete. Must be in the format projects/*/locations/*/certificateMaps/*.

Authorization requires the following IAM permission on the specified resource name:

  • certificatemanager.certmaps.delete

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.