Monitoring cancellation¶
CancelMonitoring
Methode: PATCH
Endpoint: /v3/monitorings/{id}/cancellation
| Parameter | Description | Explanation |
|---|---|---|
| Id | Order number |
Example Request URL¶
In addition, the desired end date must be specified in the body in the following format:Example Request CURL¶
curl -X 'PATCH' \
'https://accapi.crediconnect.ch/v3/monitorings/800001712/cancellation' \
-H 'accept: */*' \
-H 'Authorization: Bearer **** Oq5nre97nA' \
-H 'Content-Type: application/json-patch+json' \
-d '"2026-02-20T06:26:33.710Z"'
Example Response¶
Successful transmission is acknowledged with an HTTP 204 ‘No Content’ response.