Bulk delete products
Products
Bulk delete products
Soft-deletes multiple products in the store in a single call.
POST
Bulk delete products
Soft-deletes multiple products in the store in a single call. The response message states how many were deleted; no data payload is returned. Requires the
WRITE_INVENTORY scope.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Body
application/json
Array of product ObjectIds to delete (at least one).

