DELETE = Delete¶
The DELETE method is used to delete a resource (and if applicable, all its child related resources)
In this example, we will delete a Site. This action will also delete all of its Locations and anything related to those Locations (Answers, Photos, etc)
Delete is Forever!
Be careful with this one. There is no "are you sure" or "confirm here" when making changes through the API.
This includes cascaded deletions (child resources like deleting Photos when a Location is deleted)