DELETE /users/{user_id} ======================= Summary ------- Deletes a user by ID. Request ------- **Method:** ``DELETE`` **Path:** ``/users/{user_id}`` **Path Parameters:** - ``user_id``: unique user ID Response -------- **204 No Content** This endpoint returns no response body on success. **404 Not Found** .. code-block:: json { "message": "User not found" }