sighting

Delete sightings by filters (author, source, date)

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

delete/sighting

Query parameters

authorstring

Author of the sightings to delete (login). Only the author themselves or an admin can delete.

sourcestring

Source of the sightings (supports partial match using ilike).

date_fromstring date

Delete sightings from this date (inclusive). Format: YYYY-MM-DD.

date_tostring date

Delete sightings up to this date (inclusive). Format: YYYY-MM-DD.

Response

Deleted sightings successfully.

Changes