Connectors
Remove connector instance
Removes a connector instance and deletes the plugins, mappings, config objects, and bindings associated with it.
post/v1/connector-instances/{connectorInstanceId}/remove
Path parameters
connectorInstanceIdstring typeid required
Den TypeID with 'cin_' prefix and a 26-character base32 suffix.
Response
Connector instance removed and cleaned up successfully.
Changes
Changed in 1 of the 25 revisions of this API.2
- ○
removed the pattern
^cin_.*from thepathrequest parameterconnectorInstanceIdrequest-parameter-pattern-removed
- ○
the
item/removedConnectorInstanceIdresponse's property pattern^cin_.*was removed for the status200response-property-pattern-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○