Delete Product
delete_productDestructiveIdempotent
Permanently remove a product from your system using its unique ID. This action is irreversible, so ensure you have the correct product before proceeding.
Instructions
Permanently delete a product by its ID. This action cannot be undone. / Elimina permanentemente un producto por su ID. Esta accion no se puede deshacer.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID / ID del producto |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| success | Yes |