Skip to content

Delete moderator tags

Moderator Tags

Delete moderator tags by ID. More than one ID can be passed in the request body

DELETE
/moderatorTags/delete

Parameters

Query Parameters

moderatorId*

ID of the moderator deleting moderator tags

Type
string
Required
Example"1"

Request Body

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

Responses

Moderator tags deleted

Samples

Gainsight CC Developer Portal