Remove Shared Connector

Removes a shared connector. This does not delete the custom connector from your workspace. <Warning title="ACTIVE USER IMPACT"> Using this API while customer accounts are actively using this connector may impact their recipes. </Warning>

Path parameters

idintegerRequired
The unique ID of the shared connector in your Workspace to remove.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success - The shared connector was removed successfully.

successboolean or null
The success status of the operation.

Errors