[[reference-connector-sync_job_delete]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// [discrete] === client.connector.syncJobDelete Delete a connector sync job. Remove a connector sync job and its associated data. This is a destructive action that is not recoverable. {ref}/delete-connector-sync-job-api.html[{es} documentation] [discrete] ==== Function signature [source,ts] ---- (ConnectorSyncJobDeleteRequest, options?): Promise ---- [discrete] ===== `ConnectorSyncJobDeleteRequest` [source,ts] ---- interface ConnectorSyncJobDeleteRequest extends <> { connector_sync_job_id: <> } ---- [discrete] ===== `ConnectorSyncJobDeleteResponse` [source,ts] ---- type ConnectorSyncJobDeleteResponse = <> ----