= zooomr.photos.geo.removeLocation = Removes the geo data associated with a photo. === Authentication === This method requires authentication with 'write' permission. Note: This method requires an HTTP POST request. === Arguments === api_key (Required) Your API application key. photo_id (Required) The id of the photo you want to remove location data from. === Example Response === {{{ {"stat": "ok"} }}}