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