---
title: "Cancel Evaluation"
method: DELETE
path: "/v1/antifraud/evaluations/{id}"
tags: ["Support Services"]
---

# Cancel Evaluation

`DELETE /v1/antifraud/evaluations/{id}`

API to notify if the order was canceled either by the store or the buyer before completition of the Antifraud analysis.
The query parameter in the URL :id Could be either Evaluation ID returned by api on evaluation :evaluationId or reference id sent by client on evaluation :store.referenceId

## Path parameters

- `id` string, required

## Query parameters

- `field` 'EVALUATION_ID' | 'REFERENCE_ID'

## Response `200`

Cancel response

- StandardApiCancelResponse
  - `analysis_type` 'AUTOMATIC' | 'MANUAL' — Resolution type
  - `evaluation_id` string — antifraud provider identifier
  - `id` string — Client transaction identifier
  - `score` integer — Evaluation score
  - `message` string — Response message applies only for error cases
  - `status` 'approved' | 'denied' | 'received' — Transaction status

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/koin/apis/payments-api.md) · [All operations](https://skmtc.net/koin/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/koin/payments-api/versions/6f2c01e43fe2/schema)
