Skip to main content
DELETE
/
apps
/
{app_id}
/
branches
/
{branch_id}
curl -X DELETE "https://ecommerce.jelou.ai/apps/{app_id}/branches/1" \
  -H "Authorization: Bearer <API_KEY>"
app_id
string
required
Your store ID in Jelou Shop.
branch_id
string
required
The ID of the branch to delete.
curl -X DELETE "https://ecommerce.jelou.ai/apps/{app_id}/branches/1" \
  -H "Authorization: Bearer <API_KEY>"