Method: accounts.cssProductInputs.delete

Deletes a CSS Product input from your CSS Center account.

After a delete it may take several minutes until the input is no longer available.

HTTP request

DELETE https://css.googleapis.com/v1/{name=accounts/*/cssProductInputs/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{cssProductInput}, where the last section cssProductInput consists of 3 parts: contentLanguage~feedLabel~offerId. Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123

Query parameters

Parameters
supplementalFeedId

string (int64 format)

The Content API Supplemental Feed ID. The field must not be set if the action applies to a primary feed. If the field is set, then product action applies to a supplemental feed instead of primary Content API feed.

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/content

For more information, see the OAuth 2.0 Overview.