Skip to main content
DELETE
/
ecommerce
/
v2
/
apps
/
{app_id}
/
categories
/
{category_id}
curl -X DELETE "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/categories/{category_id}" \
  -H "x-api-key: YOUR_API_KEY"
app_id
string
required
Your store ID in Jelou Shop.
category_id
integer
required
ID of the category to delete.
When deleting a category, all relationships with associated products are also removed. The products themselves are not deleted, only unlinked from the category.
curl -X DELETE "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/categories/{category_id}" \
  -H "x-api-key: YOUR_API_KEY"