Api Home > ArticleComment > Archive

DELETE api/teams/ArticleComment/Archive?articleId={articleId} Archive all user's comments on the specified html knowledge article.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
articleId

The article Id

integer

Required

Body Parameters

None.

Response Information

Returns true if number of records updated is greater than zero

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>