cURL
curl --request DELETE \ --url https://api.artosai.com/connectors/{connectorId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Removes a connector. Deleting a connector affects all pipelines that use it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Connector deletion confirmation