Skip to main content
DELETE
/
v2
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedSources
Unlink a source
curl --request DELETE \
  --url https://api.hotglue.com/v2/{env_id}/{flow_id}/{tenant}/linkedSources \
  --header 'x-api-key: <api-key>'
{
  "status": "ok",
  "message": "The source source_id was unlinked successfully."
}

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

source_id
string
required

ID of the source to unlink

Response

200

status
string
Example:

"ok"

message
string
Example:

"The source source_id was unlinked successfully."