# Delete a connector **DELETE /_connector/{connector_id}** Removes a connector and associated sync jobs. This is a destructive action that is not recoverable. NOTE: This action doesn’t delete any API keys, ingest pipelines, or data indices associated with the connector. These need to be removed manually. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **connector_id** (string) The unique identifier of the connector to be deleted ### Query parameters - **delete_sync_jobs** (boolean) A flag indicating if associated sync jobs should be also removed. - **hard** (boolean) A flag indicating if the connector should be hard deleted. ## Responses ### 200 #### Body: application/json (object) - **acknowledged** (boolean) For a successful response, this value is always true. On failure, an exception is returned instead. [Powered by Bump.sh](https://bump.sh)