app.delete('/opengraph', async (req, res) => {
    const data = await removeOpengraphData(req.query.url);
    respondWithData(res, data);
});