Stay organized with collections
Save and categorize content based on your preferences.
This page explains how to edit or delete reCAPTCHA keys (also known as keys).
Before you begin
Ensure that you have the following Identity and Access Management role: reCAPTCHA Enterprise Admin
(roles/recaptchaenterprise.admin).
The simplest way to edit or delete a reCAPTCHA key is through the Google Cloud console.
Alternatively, you can use the reCAPTCHA Enterprise API or the
Google Cloud CLI.
Edit a reCAPTCHA key
You can edit only some attributes of a reCAPTCHA key. You cannot change the
platform type of a reCAPTCHA key. For example, if a
reCAPTCHA key was created for a website, you cannot change the
platform type to Android or iOS.
Console
In the Google Cloud console, go to the reCAPTCHA page.
If you delete a reCAPTCHA key from an active integration of reCAPTCHA,
the website or the mobile application can show errors to your users, and the
reCAPTCHA API calls
return errors.
After you delete reCAPTCHA keys, you cannot recover them.
Console
In the Google Cloud console, go to the reCAPTCHA page.
[[["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-08-28 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."]]