Im trying to use the Delete route /threads/{id} and the server response is : {details: Method not allowed}. However i see that the route in the threads.py file has the route defined. @router.delete("/ ...
The DELETE thread request is currently not passing the "reason" field from the modal. This make the ThreadDeletedEmail not being sent. We should update it to a POST request instead and update the ...