---
title: "POST /v1/{+name}:unenrollDataSources"
method: POST
path: "/v1/{+name}:unenrollDataSources"
tags: ["projects"]
---

# POST /v1/{+name}:unenrollDataSources

`POST /v1/{+name}:unenrollDataSources`

Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the [BigQuery UI](https://console.cloud.google.com/bigquery). Data transfers configurations of unenrolled data sources will not be scheduled.

## Path parameters

- `name` string, required

## Request body

- UnenrollDataSourcesRequest — A request to unenroll a set of data sources so they are no longer visible in the BigQuery UI's `Transfer` tab.
  - `dataSourceIds` string[] — Data sources that are unenrolled. It is required to provide at least one data source id.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/bigquerydatatransfer.md) · [All operations](https://skmtc.dev/google/apis/bigquerydatatransfer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/bigquerydatatransfer/revisions/626433483a73/schema)
