beel_delete_product
Delete a product from a company's catalog by providing the company NIF and the product's UUID. Permanently removes the product from the catalog.
Instructions
Deletes a product from the catalog of this company (NIF).
Endpoint: DELETE /v1/companies/{company_id}/products/{product_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| product_id | Yes | Product unique UUID |