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
-
The unique identifier of the connector sync job
PUT /_connector/_sync_job/{connector_sync_job_id}/_cancel
curl \
-X PUT http://api.example.com/_connector/_sync_job/{connector_sync_job_id}/_cancel
Response examples (200)
{
"result": "created"
}