MeteoStone's Weather API

Method: meteostone.deleteLocation

Delete location from your profile.

Arguments

apikey
Your API application key. See here for more details.

method
Should be set to "meteostone.deleteLocation".

login
Your login.

password
Your md5(md5(password)).

location_id
ID of location.

Example request

http://meteostone.com/service/?apikey=xxxx&method=meteostone.deleteLocation&login=test&password=xxxx
&location_id=xx

Example response

<mst status="ok"/>