v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Sightings

Delete sighting

post/sightings/delete/{sightingId}

Path parameters

sightingIdstring required
Example:12345

UUID or numeric ID of the sighting

Response

Delete sighting response

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "name": "Sighting successfully deleted.",
  "message": "Sighting successfully deleted.",
  "url": "/sightings/delete/1"
}