iNaturalist · Example Payload

Delete Votes Unvote Annotation Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Delete Votes Unvote Annotation Id is an example object payload from iNaturalist, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryparametersexampleResponse

Example Payload

Raw ↑
{
  "operationId": "delete-votes-unvote-annotation-id",
  "method": "DELETE",
  "path": "/votes/unvote/annotation/{id}",
  "summary": "Annotation Unvote",
  "parameters": [
    {
      "$ref": "#/parameters/annotation_path_id"
    }
  ],
  "exampleResponse": null
}