Skip to main content
DELETE
/
api
/
v1
/
apps
/
{app_id}
/
categories
/
{category_id}
curl -X DELETE "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/categories/{category_id}" \
  -H "Authorization: Bearer <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://ecommerce.jelou.ai/api/v1/apps/{app_id}/categories/{category_id}" \
  -H "Authorization: Bearer <API_KEY>"