Products
Delete a product
DELETE
Delete a product
Last modified on June 20, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://{domain}/api/site/products/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": ""
}Was this page helpful?
curl --request DELETE \
--url https://{domain}/api/site/products/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": ""
}