Delete messages
POST/thread/:id/deleteMessages
Deletes specific messages from a thread. Only the message sender can delete their own messages. Thread moderators can delete messages from non-moderators, and super-moderators can delete any message except those from other super-moderators. The delete method (hard delete vs. content replacement) is controlled by the plugin's deleteMessageMethod setting. When using the replacement method, the response includes updated message objects.
Request
Responses
- 200
Deletion result with deleted IDs or updated messages (depends on delete method)