Delete a connector sync job Beta
Remove a connector sync job and its associated data. This is a destructive action that is not recoverable.
Path parameters
-
The unique identifier of the connector sync job to be deleted
DELETE /_connector/_sync_job/{connector_sync_job_id}
curl \
-X DELETE http://api.example.com/_connector/_sync_job/{connector_sync_job_id}
Response examples (200)
{
"acknowledged": true
}