Sightings
Delete sighting
post/sightings/delete/{sightingId}
Path parameters
sightingIdstring required
Example:12345
UUID or numeric ID of the sighting
Response
Delete sighting response
Example response
{
"name": "Sighting successfully deleted.",
"message": "Sighting successfully deleted.",
"url": "/sightings/delete/1"
}