Forum Discussion
LarsKnoll
May 19, 2025Copper Contributor
setReaction and softDelete for channel messages broken?
Hi, I have some issues using the setReaction and softDelete APIs for channel messages in MS Teams. It’s relatively easy to reproduce for me from the the MS Graph explorer. I have a message in a cha...
KARAN_SHEWALE0525
Microsoft
May 20, 2025Thanks for bringing this issue to our attention. We will check and update you soon.
zacheriah
May 30, 2025Copper Contributor
I am experiencing the same issue.
I am running:
POST https://graph.microsoft.com/v1.0/teams/{team_id}/channels/{channel_id}/messages/{message_id}/softDelete
I receive the error
"code": "Forbidden",
"message": "InsufficientPrivileges",
"innerError": {
"code": "1",
"message": "AclCheckFailed-Can't parse Member Role ''",
Confirmed my app has the following scope, as noted in the documentation:
"scp": "ChannelMessage.ReadWrite