iNaturalist · Example Payload

Delete Projects Id Remove

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Delete Projects Id Remove 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-projects-id-remove",
  "method": "DELETE",
  "path": "/projects/{id}/remove",
  "summary": "Project Add",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    },
    {
      "name": "body",
      "in": "body",
      "description": "ProjectObservation object",
      "schema": {
        "$ref": "#/definitions/PostProjectAdd"
      }
    }
  ],
  "exampleResponse": null
}