| Parameter | Default | Description | Required |
|---|---|---|---|
| reason_id | Cancel reason id. If reason_id is not sent, the reason defined in the system is used. |
curl --location 'https://api.simpra.app/apps/api/v1/checks//check_items//cancel' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json' \
--data '{
"reason_id": "090de589-398d-4446-b853-ba1ad989dae2"
}'