v2

latestOpenAPI 3.1.02026-07-31822441.6 KB

Unlink a target

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

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

Path parameters

env_idstring required

ID of environment

flow_idstring required

ID of flow

tenantstring required

ID of tenant

Query parameters

target_idstring required

ID of the target to unlink

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "The target target_id was unlinked successfully."
}