Skip to main content

Bulk Delete Products

PUT 

/api/temu/:integrationInstance/products/delete

Permanently deletes the selected Temu products from the local catalog. Any product-listing mappings tied to those products are removed first, so linked internal products lose their Temu listing association. The listings on Temu itself are not affected.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Request body — one of:

  • ids (array of integers, required unless mode is used) — product ids belonging to this integration instance.
  • mode (string) — set to all to delete every product for the instance.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type