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."
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.