---
title: "Delete a single sighting by UUID"
method: DELETE
path: "/sighting/{sighting_uuid}"
tags: ["sighting"]
---

# Delete a single sighting by UUID

`DELETE /sighting/{sighting_uuid}`

Delete a single sighting by its UUID.

## Response `200`

Sighting deleted successfully.

## Other responses

- `403` — Not allowed to delete this sighting.
- `404` — Sighting not found.

---

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