DELETE api/Village/{village}/Journal/{id}/Comment/{commentId}
Delete a comment on a journal entry
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Journal entry ID |
globally unique identifier |
Required |
commentId |
Comment ID |
globally unique identifier |
Required |
village | string |
None. |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>