| | 1 | = zooomr.photos.comments.deleteComment = |
|---|
| | 2 | |
|---|
| | 3 | Delete a comment as the currently authenticated user. |
|---|
| | 4 | |
|---|
| | 5 | === Authentication === |
|---|
| | 6 | |
|---|
| | 7 | This method requires authentication with 'write' permission. |
|---|
| | 8 | |
|---|
| | 9 | Note: This method requires an HTTP POST request. |
|---|
| | 10 | |
|---|
| | 11 | === Arguments === |
|---|
| | 12 | |
|---|
| | 13 | api_key (Required) |
|---|
| | 14 | Your API application key. |
|---|
| | 15 | comment_id (Required) |
|---|
| | 16 | The id of the comment to delete. |
|---|
| | 17 | |
|---|
| | 18 | === Example Response === |
|---|
| | 19 | |
|---|
| | 20 | {{{ |
|---|
| | 21 | {"stat": "ok"} |
|---|
| | 22 | }}} |
|---|
| | 23 | |
|---|
| | 24 | |
|---|
| | 25 | If using the XML response format please see Tickets: #176 |