# Remove project data source `DELETE` `/api/v1/carve/projects/{project_id}/data-sources/{data_source_id}` Detach a data source from the project entirely. This cannot be undone. The account sheet will need to be refreshed to reflect any changes. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | | data_source_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | data_source_id | string | — | | project_id | string | — | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 404 | Not Found | | 422 | Unprocessable Entity | | 500 | Internal Server Error |