Appearance
Remove moderator tags from a conversation
Conversations
Removes one or more moderator tags without affecting other tags on the conversation.
POST
/conversations/{id}/moderator-tags/remove
Parameters
Path Parameters
id*
ID of the conversation to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator editing the conversation tags
Type
Requiredstring
Request Body
application/json
JSON "tags": [ [ "important", "announcement" ] ]
{
}
Responses
Conversation moderator tags were changed

