---
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.

## Changes

- **2025-10-03** `d87b1cfd7320` — 1 info
  - endpoint added
- **2024-06-05** `28bfb33cc1fb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/sighting/:sighting_uuid/delete.md)

---

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