---
title: "Delete sightings by filters (author, source, date)"
method: DELETE
path: "/sighting/"
tags: ["sighting"]
---

# Delete sightings by filters (author, source, date)

`DELETE /sighting/`

Delete sightings by filters (author, source, date). At least one filter must be specified.
At least one filter must be specified.

## Query parameters

- `author` string
- `source` string
- `date_from` string, date
- `date_to` string, date

## Response `200`

Deleted sightings successfully.

## Other responses

- `403` — Not allowed to delete these sightings.
- `404` — No sightings matched the filters.

## Changes

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

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/sighting/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/d87b1cfd7320/schema)
