AI-generated Key Takeaways
-
The documentation outlines how to delete a CSS Product input from your CSS Center account using a
DELETE
HTTP request. -
The request requires specifying the
name
of the CSS product input using a specific format in the path parameters. -
An optional
supplementalFeedId
query parameter can be used to target a supplemental feed instead of a primary feed. -
The request body should be empty and a successful response will return an empty JSON object.
-
Deleting an input may take several minutes to fully process.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{cssProductInput}, where the last section |
Query parameters
Parameters | |
---|---|
supplementalFeedId |
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.