Cancel current sync run

Requests cancelation of the currently running sync operation for the specified connector.
Cancelation is best-effort; the sync may complete before it takes effect. Check status via
GET /sync/runs.

This operation is unconditionally successful: it applies a conditional update that matches
only a running sync, so 204 is returned whether a sync was canceled, no sync was running,
or configId does not exist. It never returns 404.

Required Permissions: uem-connect:update

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The connector configuration identifier

Headers
uuid
required
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The tenant UUID identifier.

Response
204

Cancelation requested (or no sync was running)

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!