Skip to content

Unassign a article or articles

Articles

A moderator can unassign a article or articles.

POST
/articles/unassignModerator

Parameters

Query Parameters

moderatorId*

ID of the moderator to unassign the article

Type
string
Required

Request Body

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

Responses

The article was unassigned

Samples

Gainsight CC Developer Portal