Delete Message
Chat — Messages
Delete Message
Delete or moderate a chat message
DELETE
Delete Message
Deletes a message. The behavior differs based on who is deleting: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.
- Author self-delete: The message is soft-deleted. The row is retained as a
[Message deleted]placeholder — content, GIF, mentions, and metadata are cleared, anduserDeletedAtis set. File attachments are deleted from storage. - Group admin moderation delete: The message is marked
moderationStatus: "removed"and excluded from all future queries. Content is not cleared; the record is retained for moderation audit purposes.
admin.
Path Parameters
The ID of the conversation.
The ID of the message to delete.
Response
For author self-delete:Error Responses
Forbidden — 403 (not a member)
Forbidden — 403 (not a member)
Not Found — 404
Not Found — 404
Forbidden — 403 (no permission)
Forbidden — 403 (no permission)

