Bulk delete products
POST
https://api.tamio.com/v2/products/bulk/delete
Deletes up to 10,000 products. Batches over 50 are processed asynchronously.
Body Parameters
products
array of string*
List of product UUIDs to delete
Responses
200
Products deleted successfully
Products deleted successfully
status
integer
ids
array of string
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
10322 | One or more products not found or do not belong to your account |
10197 | A product has active client subscriptions and cannot be deleted |
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string