Skip to content

Trash/restore a reply

Questions

POST
/questions/replies/{replyId}/toggleTrashed

Parameters

Path Parameters

replyId*

ID of the question reply to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator trashing/restoring the reply

Type
string
Required

Request Body

application/json
JSON
{
  
"trashed": false
}

Responses

Reply trashed state was updated

Samples

Gainsight CC Developer Portal