Delete thread
POST/thread/:id/delete
Archives a thread for the current user by soft-deleting it. The thread is hidden from the user's conversation list but not permanently removed from the database. Other participants can still see the conversation. Deletion can be restricted via the restrictThreadsDeleting plugin setting — when enabled, only administrators can delete threads. The bp_better_messages_can_delete_thread filter allows custom permission logic.
Request
Responses
- 200
- 403
Thread archived for current user
Thread deletion is restricted or user doesn't have access