Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questa pagina spiega come modificare o eliminare le chiavi reCAPTCHA (note anche come chiavi).
Prima di iniziare
Assicurati di disporre del seguente ruolo di Identity and Access Management: Amministratore reCAPTCHA Enterprise
(roles/recaptchaenterprise.admin).
Il modo più semplice per modificare o eliminare una chiave reCAPTCHA è tramite la Google Cloud console.
In alternativa, puoi utilizzare l'API reCAPTCHA Enterprise o gcloud CLI.
Modificare una chiave reCAPTCHA
Puoi modificare solo alcuni attributi di una chiave reCAPTCHA. Non puoi modificare il tipo di piattaforma di una chiave reCAPTCHA. Ad esempio, se è stata creata una chiave reCAPTCHA per un sito web, non puoi impostare il tipo di piattaforma su Android o iOS.
Console
Nella Google Cloud console, vai alla pagina reCAPTCHA.
Se elimini una chiave reCAPTCHA da un'integrazione attiva di reCAPTCHA,
il sito web o l'applicazione mobile può mostrare errori agli utenti e le chiamate dell'API reCAPTCHA
restituiranno errori.
Una volta eliminate, le chiavi reCAPTCHA non possono essere recuperate.
Console
Nella Google Cloud console, vai alla pagina reCAPTCHA.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[],[],null,["# Edit or delete reCAPTCHA keys\n\nThis page explains how to edit or delete reCAPTCHA keys (also known as *keys*).\n\nBefore you begin\n----------------\n\nEnsure that you have the following Identity and Access Management role: reCAPTCHA Enterprise Admin\n(`roles/recaptchaenterprise.admin`).\n\nThe simplest way to edit or delete a reCAPTCHA key is through the Google Cloud console.\nAlternatively, you can use the reCAPTCHA Enterprise API or the\nGoogle Cloud CLI.\n\nEdit a reCAPTCHA key\n--------------------\n\nYou can edit only some attributes of a reCAPTCHA key. You cannot change the\nplatform type of a reCAPTCHA key. For example, if a\nreCAPTCHA key was created for a website, you cannot change the\nplatform type to Android or iOS. \n\n### Console\n\n1. In the Google Cloud console, go to the **reCAPTCHA** page.\n\n [Go to reCAPTCHA](https://console.cloud.google.com/security/recaptcha)\n\n The **reCAPTCHA** page has two views: **Tables** and **Cards** .\n If your project has many reCAPTCHA keys, only the **Table** view is available.\n2. Verify that the name of your project appears in the resource selector\n at the top of the page.\n\n If you don't see the name of your project, click the resource selector,\n and then select your project.\n3. In the **reCAPTCHA keys** section, identify the reCAPTCHA key you want\n to edit.\n\n4. For the reCAPTCHA key, click more_vert\n **View key actions** and then select edit **Edit key**.\n\n5. On the **Edit the reCAPTCHA key** page, edit the required fields,\n and click **Update key**.\n\n### gcloud\n\nTo edit reCAPTCHA keys, use the [`gcloud recaptcha keys update`](/sdk/gcloud/reference/recaptcha/keys/update) command.\n\n### REST API\n\nTo edit reCAPTCHA keys, use the [`projects.keys.patch`](/recaptcha/docs/reference/rest/v1/projects.keys/patch) method.\n\nDelete a reCAPTCHA key\n----------------------\n\nIf you delete a reCAPTCHA key from an active integration of reCAPTCHA,\nthe website or the mobile application can show errors to your users, and the\nreCAPTCHA API calls\nreturn errors.\n\nAfter you delete reCAPTCHA keys, you cannot recover them. \n\n### Console\n\n1. In the Google Cloud console, go to the **reCAPTCHA** page.\n\n [Go to reCAPTCHA](https://console.cloud.google.com/security/recaptcha)\n\n The **reCAPTCHA** page has two views: **Tables** and **Cards** .\n If your project has many reCAPTCHA keys, only the **Table** view is available.\n2. Verify that the name of your project appears in the resource selector\n at the top of the page.\n\n If you don't see the name of your project, click the resource selector,\n then select your project.\n3. In the **reCAPTCHA keys** section, identify the reCAPTCHA key you want\n to delete.\n\n4. For the reCAPTCHA key, click more_vert **View key actions** and then select delete **Delete key**.\n\n5. In the confirmation dialog, enter `DELETE` and click **Delete**.\n\n### gcloud\n\nTo edit reCAPTCHA keys, use the [`gcloud recaptcha keys delete`](/sdk/gcloud/reference/recaptcha/keys/delete) command.\n\n### REST API\n\nTo edit reCAPTCHA keys, use the [`projects.keys.delete`](/recaptcha/docs/reference/rest/v1/projects.keys/delete) method."]]