Delete a Connector

Hand off to an LLM

This endpoint has been deprecated. Use PATCH /v3/workflows/{workflow_name} with the desired connectors array to remove a connector by omitting its connectorID.

DELETE
/v2/connectors/{connector_id}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

connector_id*string

Connector API ID.

Response Body

text/plain

curl -X DELETE "https://api.bem.ai/v2/connectors/string"
"string"

See also