Resolve a reported chat message within a space
Resolves a filed report against a chat message in a space’s integrated conversation. Requires the caller to be a moderator or admin of that space.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
"remove-message" — marks the message as removed via moderation (requires messageId)"ban-user" — bans the target user from the space (requires userId and reason)"dismiss" — dismisses the report without action (cannot be combined with other actions)remove-message is included in actions.actionTaken on the report record.ban-user is included in actions.ban-user is included in actions.200 OK:
Report Not Found — 404
Report Not in Space — 404
Message Not Found — 404
User Not Found — 404
User Not a Member — 404
Invalid Action Combination — 400