Cloud Key Management Service (KMS) API (cloudkms:v1)

2026-08-28

1 new method

Additions

    Methods
  • cloudkms.projects.locations.keyRings.delete

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloudkms
    • Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/keyRings/{keyRingsId}

      Parameter Order : name

      HTTP Method : DELETE

      Description : Permanently deletes the given KeyRing. All child resources of the KeyRing must have been previously deleted using their corresponding Delete operations. The specified key ring will be immediately and permanently deleted upon calling this method. This action cannot be undone. Note: the key ring and its metadata will be remembered by KeyManagementService to prevent re-use of the key ring's resource name.

      Parameters :

        name

          Description : Required. The name of the KeyRing to delete.

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/keyRings/[^/]+$

          Required : Yes

          Type : string