---
title: "Unlink a source"
method: DELETE
path: "/v2/{env_id}/{flow_id}/{tenant}/linkedSources"
---

# Unlink a source

`DELETE /v2/{env_id}/{flow_id}/{tenant}/linkedSources`

Permanently delete your tenant's linked source connection. This will revoke OAuth credentials and remove the source configuration. This cannot be undone.

## Path parameters

- `env_id` string, required
- `flow_id` string, required
- `tenant` string, required

## Query parameters

- `source_id` string, required

## Response `200`

200

- object
  - `status` string
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/hotglue/apis/hotglue-api.md) · [All operations](https://skmtc.net/hotglue/apis/hotglue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hotglue/hotglue-api/versions/30ff54d01ec0/schema)
