curl --request POST \
--url https://api.openworklabs.com/v1/connector-instances/{connectorInstanceId}/remove{
"ok": true,
"item": {
"deletedConfigObjectCount": 4503599627370495,
"deletedConnectorMappingCount": 4503599627370495,
"removedConnectorInstanceId": "<string>"
}
}Removes a connector instance and deletes the plugins, mappings, config objects, and bindings associated with it.
curl --request POST \
--url https://api.openworklabs.com/v1/connector-instances/{connectorInstanceId}/remove{
"ok": true,
"item": {
"deletedConfigObjectCount": 4503599627370495,
"deletedConnectorMappingCount": 4503599627370495,
"removedConnectorInstanceId": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://openworklabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?