DELETE
/
v2
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedConnectors
curl --request DELETE \
  --url https://client-api.hotglue.xyz/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

connector_id
string
required

The ID of the connector to unlink

Response

200 - application/json

The response is of type object.