Canceling a Synchronization Job
Use the post /v1/cckm/sfdc/keys/synchronization-jobs/{id}/cancel
API to cancel a synchronization job. Only a job with the status in_progress
job can be canceled.
Here, {id}
represents the ID of the synchronization job to be canceled.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output displays that a synchronization job with the ID c8d2f27b-fb4f-4557-b63c-00d4a1439c4a
is canceled.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.