Unlinks a connector from an agent.
Removes the connector link from the specified agent.
Returns no content when the link is removed or is already absent.
<Check title="Required Permissions" icon="key">The user must have manage access to the agent.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
agentId
The agent id.
connectorId
The connector id.
Response
No Content
Errors
401
Unauthorized Error
404
Not Found Error

