Delete a thread and all associated messages
:guid (Line 423)thread_messages WHERE thread_id = {threadId}comparisons records (if not cascade deleted)model_votes records (if linked via comparison_id)| Code | HTTP | Cause | Controller Line |
|---|---|---|---|
| N/A | 401 | JWT missing or invalid | Middleware |
| N/A | 401 | User ID claim missing | 436-439 |
NOT_FOUND | 404 | Thread doesn’t exist | 443-446 |
FORBIDDEN | 403 | Not thread owner | 448-456 |
THREAD_DELETE_ERROR | 500 | Service exception | 466-474 |
thread_messages table: CASCADE DELETEcomparisons table: Behavior not specifiedmodel_votes table: Behavior not specified