---
title: "Delete result of validation"
method: DELETE
path: "/lookup/v2/single-validations/{id}"
tags: ["Lookup V2"]
---

# Delete result of validation

`DELETE /lookup/v2/single-validations/{id}`

This endpoint allows the deletion of a single validation. That validations must be finished (not running) and can not be part of a validations batch. 
If you want to delete a validation the belongs to a batch see the DELETE endpoint for that resource instead.

## Path parameters

- `id` string, required

## Response `200`

The validation was deleted.

- object
  - `validation_id` string, required

## Other responses

- `400` — Bad Request. Validations cannot be deleted if they are still running, If the validation belongs to a batch, use the endpoint to delete that resource instead.
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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