Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
En esta página, se explica cómo editar o borrar claves de reCAPTCHA (también conocidas como claves).
Antes de comenzar
Asegúrate de tener el siguiente rol de administración de identidades y accesos: Administrador de reCAPTCHA Enterprise (roles/recaptchaenterprise.admin).
La forma más sencilla de editar o borrar una clave de reCAPTCHA es a través de la Google Cloud consola.
Como alternativa, puedes usar la API de reCAPTCHA Enterprise o Google Cloud CLI.
Cómo editar una clave de reCAPTCHA
Solo puedes editar algunos atributos de una clave de reCAPTCHA. No puedes cambiar el tipo de plataforma de una clave de reCAPTCHA. Por ejemplo, si se creó una clave de reCAPTCHA para un sitio web, no puedes cambiar el tipo de plataforma a Android o iOS.
Console
En la Google Cloud consola, ve a la página reCAPTCHA.
Si borras una clave de reCAPTCHA de una integración activa de reCAPTCHA,
el sitio web o la aplicación para dispositivos móviles pueden mostrar errores a los usuarios, y las
llamadas a la API de reCAPTCHA
muestran errores.
Una vez que borres las claves de reCAPTCHA, no podrás recuperarlas.
Console
En la Google Cloud consola, ve a la página reCAPTCHA.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]