v2

latestOpenAPI 3.1.02026-07-31822441.6 KB

Unlink a source

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

delete/v2/{env_id}/{flow_id}/{tenant}/linkedSources

Path parameters

env_idstring required

ID of environment

flow_idstring required

ID of flow

tenantstring required

ID of tenant

Query parameters

source_idstring required

ID of the source to unlink

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "The source source_id was unlinked successfully."
}