meta { name: Delete Account type: http seq: 4 } delete { url: {{base_url}}/api/user/account body: none auth: inherit } settings { encodeUrl: true timeout: 0 } docs { ## Delete Account Permanently deletes the authenticated user's account and all associated data. **Method:** DELETE **Endpoint:** /api/user/account **Authentication:** Required **Request Body:** None **Response:** - `message` (string): Success message **Status Codes:** - 200: Success - 401: Unauthorized **Warning:** This action cannot be undone and will permanently delete all user data including ebooks, ratings, and progress. }