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"
}

Changes