# File lib/fog/sakuracloud/models/network/router.rb, line 15
        def delete
          service.delete_router(identity)
          true
        end