iNaturalist · Example Payload

Delete Votes Unvote Observation Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Delete Votes Unvote Observation 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-observation-id",
  "method": "DELETE",
  "path": "/votes/unvote/observation/{id}",
  "summary": "Observation Unvote",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    },
    {
      "name": "body",
      "in": "body",
      "description": "Vote object",
      "schema": {
        "$ref": "#/definitions/PostObservationVote"
      }
    }
  ],
  "exampleResponse": null
}