Remove a connector sync job and its associated data. This is a destructive action that is not recoverable.
DELETE
/_connector/_sync_job/{connector_sync_job_id}
Console
DELETE _connector/_sync_job/my-connector-sync-job-id
curl \
--request DELETE 'http://api.example.com/_connector/_sync_job/{connector_sync_job_id}'
Response examples (200)
{
"acknowledged": true
}