Syrian regime says Kurdish fighters withdraw from Manbij

This photo taken on Monday shows a Syrian national flag flying over a building as regime forces gather in the southern countryside of the northern Kurdish-controlled city of Manbij (AFP photo)

Pullout comes days after Kurds appealed for support against Turkish offensive


DAMASCUS — The Syrian regime said Wednesday hundreds of Kurdish fighters had withdrawn from Manbij near the border with Turkey, days after the Kurds appealed to Damascus for support against a threatened Turkish offensive.

"A convoy of units of Kurdish fighters comprised of more than 30 vehicles left the region of Manbij, heading towards the eastern bank of the Euphrates River," the defence ministry said online.

"The information [we have] indicates that nearly 400 Kurdish fighters have left Manbij so far."

The People’s Protection Units (YPG), the main Kurdish militia in Syria, last week invited regime forces to deploy to the key city following a shock announcement that American troops would leave the country.

The YPG seized Manbij from the Daesh group in 2016 and US forces have continued to support the Kurdish fighters in their battle against the extremists.

President Donald Trump’s surprise announcement last month of a swift US withdrawal has left Kurdish fighters exposed to a planned military operation against them by Turkey.

The YPG is the backbone of the Syrian Democratic Forces, an Arab-Kurdish alliance which in recent months has been battling Daesh militants near the Iraqi border.

The Syrian defence ministry released a video showing a long convoy of 4x4 vehicles and white pick-ups carrying fighters in combat fatigues and displaying the YPG flag.

The Syrian Observatory for Human Rights, a Britain-based war monitor, said the fighters who withdrew from Manbij on Wednesday were not YPG fighters but belonged to other militias within the SDF.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });