zooomr.photos.comments.deleteComment

Delete a comment as the currently authenticated user.

Authentication

This method requires authentication with 'write' permission.

Note: This method requires an HTTP POST request.

Arguments

api_key (Required)

Your API application key.

comment_id (Required)

The id of the comment to delete.

Example Response

 {"stat": "ok"}

If using the XML response format please see Tickets: #176