beel_delete_products_bulk
Delete up to 100 products from a company catalog by providing comma-separated IDs, receiving a report of which deletions succeeded and which failed.
Instructions
Deletes the products listed in ids from the catalog of this company (NIF), up to 100 IDs
per request; send several requests for more. The operation is partial: the response reports
which products were deleted and which failed, which is why it answers 200 with a body
instead of 204.
Endpoint: DELETE /v1/companies/{company_id}/products/bulk
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated product IDs (max 100 per request) | |
| company_id | Yes | NIF (company) the operation acts on. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A NIF you do not reach answers `403`, and so does a NIF that does not exist, so the existence of a NIF in another account is never disclosed. |