Delete all products
DELETE
https://app.ecwid.com/api/v3/{storeId}/products/{productId}
Required access scopes
Your app must have the following access scopes to make this request: update_catalog_batch_delete
Path params
All path params are required.
Param
Type
Description
storeId
number
Ecwid store ID.
productId
number
Internal product ID.
Headers
The Authorization header is required.
Header
Format
Description
Authorization
Bearer secret_ab***cd
Access token of the application.
Response
202 Accepted
HTTP status code.
Last updated
Was this helpful?