Skip to main content
POST
/
v1
/
connector-instances
/
{connectorInstanceId}
/
remove
Remove connector instance
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.

Path Parameters

connectorInstanceId
string<typeid>
required

Den TypeID with 'cin_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^cin_.*

Response

Connector instance removed and cleaned up successfully.

ok
boolean
required
item
object
required