Cancel a connector sync job
Beta
Cancel a connector sync job, which sets the status to cancelling and updates cancellation_requested_at
to the current time.
The connector service is then responsible for setting the status of connector sync jobs to cancelled.
Path parameters
-
connector_sync_job_id
string Required The unique identifier of the connector sync job
PUT
/_connector/_sync_job/{connector_sync_job_id}/_cancel
curl \
--request PUT 'http://api.example.com/_connector/_sync_job/{connector_sync_job_id}/_cancel' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"result": "created"
}