Method: accounts.languages.productCertifications.delete
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Löscht eine Produktzertifizierung anhand ihres Namens.
Diese Methode kann nur von Zertifizierungsstellen aufgerufen werden.
HTTP-Anfrage
DELETE https://manufacturers.googleapis.com/v1/{name=accounts/*/languages/*/productCertifications/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der zu löschenden Produktzertifizierung. Format: accounts/{account}/languages/{language_code}/productCertifications/{id}
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, ist der Antworttext ein leeres JSON-Objekt.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/manufacturercenter
Weitere Informationen finden Sie unter OAuth 2.0 Overview.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-08-17 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-08-17 (UTC)."],[[["\u003cp\u003eDeletes a specified product certification, accessible only by certification bodies.\u003c/p\u003e\n"],["\u003cp\u003eRequires an HTTP DELETE request to a structured URL containing the account, language, and certification ID.\u003c/p\u003e\n"],["\u003cp\u003eEmploys an empty request body and, if successful, returns an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/manufacturercenter\u003c/code\u003e scope.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.languages.productCertifications.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDeletes a product certification by its name.\n\nThis method can only be called by certification bodies.\n\n### HTTP request\n\n`DELETE https://manufacturers.googleapis.com/v1/{name=accounts/*/languages/*/productCertifications/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the product certification to delete. Format: accounts/{account}/languages/{language_code}/productCertifications/{id} |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is an empty JSON object.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/manufacturercenter`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]