Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite wird erläutert, wie Sie reCAPTCHA-Schlüssel (auch Schlüssel genannt) bearbeiten oder löschen.
Hinweise
Sie benötigen die folgende Rolle für die Identitäts- und Zugriffsverwaltung: reCAPTCHA Enterprise Admin (roles/recaptchaenterprise.admin).
Am einfachsten bearbeiten oder löschen Sie einen reCAPTCHA-Schlüssel über die Google Cloud Console.
Alternativ können Sie die reCAPTCHA Enterprise API oder die Google Cloud CLI verwenden.
reCAPTCHA-Schlüssel bearbeiten
Sie können nur einige Attribute eines reCAPTCHA-Schlüssels bearbeiten. Sie können den Plattformtyp eines reCAPTCHA-Schlüssels nicht ändern. Wenn beispielsweise ein reCAPTCHA-Schlüssel für eine Website erstellt wurde, können Sie den Plattformtyp nicht in „Android“ oder „iOS“ ändern.
Console
Rufen Sie in der Google Cloud Console die Seite reCAPTCHA auf.
Verwenden Sie zum Bearbeiten von reCAPTCHA-Schlüsseln die Methode projects.keys.patch.
reCAPTCHA-Schlüssel löschen
Wenn Sie einen reCAPTCHA-Schlüssel aus einer aktiven reCAPTCHA-Integration löschen, werden Ihren Nutzern möglicherweise Fehler auf der Website oder in der mobilen Anwendung angezeigt und die reCAPTCHA API-Aufrufe kehren Fehler zurück.
Gelöschte reCAPTCHA-Schlüssel können nicht wiederhergestellt werden.
Console
Rufen Sie in der Google Cloud Console die Seite reCAPTCHA auf.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]