Skip to content

Trash an event

Events

POST
/events/{id}/toggleTrashed

Parameters

Path Parameters

id*

ID of the event to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator trashing the event

Type
string
Required

Request Body

application/json
JSON
{
  
"trashed": true
}

Responses

Event trashed state updated

Samples

Gainsight CC Developer Portal