DELETE
/parks/{id}{server_url}/parks/{id}
Delete a park instance from the parks resource.
None
Name | Data Type | Required/Optional | Description |
---|---|---|---|
id | integer | Required | A unique identification number for the park instance (positive only) |
None
None
Code | Description |
---|---|
200 | Returns an empty object is returned. |
curl -X DELETE http://localhost:3000/parks/9
{}