Saltar al contenido principal
DELETE
/
ecommerce
/
v2
/
apps
/
{app_id}
/
branches
/
{branch_id}
curl -X DELETE "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/branches/{branch_id}" \
  -H "x-api-key: TU_CLAVE_API"
app_id
string
requerido
ID de tu tienda en Jelou Shop.
branch_id
string
requerido
ID de la sucursal a eliminar.
curl -X DELETE "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/branches/{branch_id}" \
  -H "x-api-key: TU_CLAVE_API"