Handle Message Report
Space — Moderation
Handle Message Report
Resolve a reported chat message within a space
PATCH
Handle Message Report
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.
Path Parameters
UUID of the space.
UUID of the chat message report to resolve.
Body Parameters
One or more actions to take. Must contain at least one value. Available actions:
"remove-message"— marks the message as removed via moderation (requiresmessageId)"ban-user"— bans the target user from the space (requiresuserIdandreason)"dismiss"— dismisses the report without action (cannot be combined with other actions)
UUID of the message to remove. Required when
remove-message is included in actions.Optional summary of the action taken. Stored as
actionTaken on the report record.UUID of the user to ban. Required when
ban-user is included in actions.Reason for the ban. Required when
ban-user is included in actions.Response
Returns200 OK:
Error Responses
Report Not Found — 404
Report Not Found — 404
Report Not in Space — 404
Report Not in Space — 404
Message Not Found — 404
Message Not Found — 404
User Not Found — 404
User Not Found — 404
User Not a Member — 404
User Not a Member — 404
Invalid Action Combination — 400
Invalid Action Combination — 400

