Method: accounts.languages.productCertifications.delete

  • Deletes a specified product certification, accessible only by certification bodies.

  • Requires an HTTP DELETE request to a structured URL containing the account, language, and certification ID.

  • Employs an empty request body and, if successful, returns an empty response body.

  • Needs authorization with the https://www.googleapis.com/auth/manufacturercenter scope.

Deletes a product certification by its name.

This method can only be called by certification bodies.

HTTP request

DELETE https://manufacturers.googleapis.com/v1/{name=accounts/*/languages/*/productCertifications/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the product certification to delete. Format: accounts/{account}/languages/{language_code}/productCertifications/{id}

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/manufacturercenter

For more information, see the OAuth 2.0 Overview.