ADVERTISEMENT

Some migrants were told they'd be sent to Libya, attorney say as they tryto block the deportations

Published May 8, 2025 09:06 am

At A Glance

  • WASHINGTON (AP) — U.S. authorities informed some migrants of plans to deport them to Libya, a country they are not from and that has a history of human rights violations, attorneys said Wednesday. A judge said they can't be deported without a chance to challenge such a move in court.

WASHINGTON (AP) — U.S. authorities informed some migrants of plans to deport them to Libya, a country they are not from and that has a history of human rights violations, attorneys said Wednesday. A judge said they can’t be deported without a chance to challenge such a move in court.

The Bluebonnet Detention Center on Thursday, April 24, 2025, in Anson, Texas (AP Photo/Eli Hartman)
The Bluebonnet Detention Center on Thursday, April 24, 2025, in Anson, Texas (AP Photo/Eli Hartman)

The legal scramble comes as the Trump administration is pushing forward with plans to carry out mass deportations, including efforts to send migrants to a country where they are not a citizen. The most controversial example of so-called third-country removals has been sending Venezuelans to a notorious El Salvador prison.

Sending deportees to Libya, a country with a documented history of migrant abuse, would mark a major escalation of the administration’s push for third countries to take in people being removed from the United States.

A U.S. official said earlier Wednesday there were plans to fly migrants to Libya on a military plane but did not have details on the timing of the C-17 flight. The official spoke on condition of anonymity to discuss military operations.

Immigration attorneys say some of their clients, including people from Vietnam, Laos and the Philippines, were told by immigration enforcement agents that they were going to be deported to Libya. Some were told they were going to Saudi Arabia, they said.

Immigration and Customs Enforcement officers gathered six people who are detained in southern Texas in a room early Tuesday and told them that they needed to sign a document agreeing that they would be removed to Libya, immigration attorneys representing people from Vietnam said in a court filing, citing reports from relatives of those in detention.

“When they all refused, they were each put in a separate room and cuffed in (basically, solitary) in order to get them to sign it,” the lawyers wrote.

In another example, a lawyer for a man from the Philippines wrote to ICE in San Antonio saying his client had learned he was going to be sent to Libya. The attorney wrote that his client “fears being removed to Libya and must therefore be provided with an interview before any removal occurs.”

Judge says migrants must get a chance to contest deportations

The attorneys went to court Wednesday asking U.S. District Judge Brian E. Murphy in Massachusetts to intervene. Murphy has been overseeing a lawsuit against the Trump administration over its practice of deporting people to countries where they are not citizens.

He ruled in March that even if people have otherwise exhausted their legal appeals, they can’t be deported away from their homeland before getting a “meaningful opportunity” to argue that it would jeopardize their safety.

On Wednesday, he said any “allegedly imminent” removals to Libya would “clearly violate this Court’s Order.” He also ordered the government to hand over details about the claims.

In addition to the Venezuelans sent to El Salvador, the administration has deported people to Panama and Costa Rica who were not citizens of those countries.

Sending someone to a country that is not their own has raised a host of questions about due process and, particularly in the case of El Salvador, whether they are going to be subject to further abuse.

Outside of those three Central American nations, the Trump administration has said it's exploring other third countries for deportations. Asked Wednesday about whether Libya was one of those countries, the administration had little to say.

President Donald Trump directed questions to the Department of Homeland Security. DHS Secretary Kristi Noem said during a news conference in Illinois that she “can’t confirm” media reports of plans to send people to Libya.

The State Department said it does not “discuss the details of our diplomatic communications with other governments.”

Libya denies reports of a deportation deal

The Tripoli-based government of Prime Minister Abdul Hamid Dbeibah said in a statement Wednesday that there was “no deal or coordination” with the U.S. to receive migrants. However, it said “some parallel parties” could have agreed to receive them.

That appears to refer to its rival administration in east Libya, which is controlled by powerful military commander Khalifa Hifter. Libya has been split for years between rival administrations in the east and west, each backed by armed groups and foreign governments.

The Hifter-led Libya National Army, which controls eastern and southern Libya, also released a statement, denying any deal or understanding to receive migrants from the U.S.

“There won’t be any acceptance or reception of them (the migrants) on the territories secured by the Libyan Armed Forces whatever the reasons and justifications are,” it said.

Abuses against migrants in detention in Libya have been widely documented, with U.N. investigators saying they had evidence of possible crimes against humanity, including accounts of murder, torture, enslavement, extrajudicial killings and rape.

Migrants have told The Associated Press about repeated beatings and torture while ransoms were demanded of their families. Their bodies showed traces of old and recent injuries, and signs of bullet and knife wounds on their backs, legs, arms and faces.

Related Tags

WORLDNEWS
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.