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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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