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
-
connector_sync_job_id
string Required The unique identifier of the connector sync job to be deleted
DELETE
/_connector/_sync_job/{connector_sync_job_id}
curl \
--request DELETE http://api.example.com/_connector/_sync_job/{connector_sync_job_id} \
--header "Authorization: $API_KEY"
Response examples (200)
{
"acknowledged": true
}