Skip to main content

Delete Connector

DELETE 

/v1/connector/delete_connector/:workspace_id

Deletes a connector from the workspace.

Args:

connector_repository (ConnectorRepository): The repository for managing connectors. workspace_id (str): The workspace_id of the connector to be created. user (TokenData): The token data of the authenticated user. connector_id (str): Optional to filter the response connector_name (str): Optional parameter to filter the response

Returns:

None, with HTTP 204

Important observations:

  • you can delete by name or id, but one is required
  • you can use both fields, although it is redundant (name and id are exclusive from a connector)

Request

Responses

Successful Response