Setting the Denylist flag to true will make Gainsight PX to ignore all of the user's events.
PUT
/v1/users/denylist/{identifyId}
curl \
--request PUT 'https://api.aptrinsic.com/v1/users/denylist/{identifyId}' \
--header "Content-Type: application/json" \
--data '{"denied":true}'
Request examples
{
"denied": true
}