- 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.