In the DOCs of habit tracker, there is a section of archives where we have a delete api written below <code>"/api/archives/delete/:habitId" </code> but when i tried to use it, it shows error (mirage undefined)  but when i removed delete from api it worked <code>( /api/archives/:habitId )</code>  **To Reproduce** Steps to reproduce the behavior: 1. Go to 'archive section of habit tracker  . . . . **Expected behavior** this api should be <code>"/api/archives/:habitId "</code>