async delete( req, res, next ) {
        const { id } = req.params;

        try {
            const response = await this.service.delete( id );