# Delete a connector sync job **DELETE /_connector/_sync_job/{connector_sync_job_id}** Remove a connector sync job and its associated data. This is a destructive action that is not recoverable. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **connector_sync_job_id** (string) The unique identifier of the connector sync job to be 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)