Uri

/services/maps/

Method

file.comment.delete

Summary

Delete a comment attached to uploaded evidence

Arguments

Parameter Data Type Notes
comment_id numeric required
key alphanumeric required
session alphanumeric required

Example response

<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
	<file id="10856">
	<comment id="40"  created_date="2009-08-14T13:27:09">
		<user>
			<firstname>andrew</firstname>
			<secondname>campbell</secondname> 
		</user>
		<description>Here are my comments</description>
	</comment>
	</file>
</response>