curl --location --request DELETE 'https://api.iquea.com/api/productos/156' \
--header 'Authorization: Bearer YOUR_ADMIN_TOKEN'
// No response body
Delete a product from the catalog (Admin only)
curl --location --request DELETE 'https://api.iquea.com/api/productos/156' \
--header 'Authorization: Bearer YOUR_ADMIN_TOKEN'
// No response body
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...curl --location --request DELETE 'https://api.iquea.com/api/productos/156' \
--header 'Authorization: Bearer YOUR_ADMIN_TOKEN'
// No response body