Skip to content

Unset moderation label from article

Articles

A moderator can unset the moderation label from article.

POST
/articles/unsetModerationLabel

Parameters

Query Parameters

moderatorId*

ID of the moderator to unset the moderation label

Type
string
Required

Request Body

application/json
JSON
{
  
"articleIds": [
  
  
"31"
  
]
}

Responses

Moderation label was unset from article

Samples

Gainsight CC Developer Portal