Error with deleting on Cloudflare: Request failed with status code 404

System Information
  • Strapi Version: 4.1.9
  • Operating System: Windows 11
  • Database: PostgreSQL 14
  • Node Version: 16.14.1
  • NPM Version: 8.5.0
  • Yarn Version: 1.22.18

I’m using "strapi-provider-upload-cloudflare": "^4.0.1" for hosting my images on Cloudflare. I deleted them manually from Cloudflare and now Strapi doesn’t allow me to remove them from Media Library.

[2022-05-08 01:08:17.862] error: Error with deleting on Cloudflare: Request failed with status code 404
Error: Error with deleting on Cloudflare: Request failed with status code 404
    at /home/<censored>/node_modules/strapi-provider-upload-cloudflare/lib/index.js:60:1                 9
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Object.remove (/home/<censored>/node_modules/@strapi/plugin-upload/server/s                 ervices/upload.js:347:7)
    at async Object.destroy (/home/<censored>/node_modules/@strapi/plugin-upload/server/                 controllers/admin-api.js:75:5)
    at async returnBodyMiddleware (/home/<censored>/node_modules/@strapi/strapi/lib/serv                 ices/server/compose-endpoint.js:52:18)
    at async policiesMiddleware (/home/<censored>/node_modules/@strapi/strapi/lib/servic                 es/server/policy.js:24:5)
    at async transform (/home/<censored>/node_modules/strapi-plugin-transformer/server/m                 iddleware/transform.js:9:2)
    at async /home/<censored>/node_modules/@strapi/strapi/lib/middlewares/body.js:25:7
    at async /home/<censored>/node_modules/@strapi/strapi/lib/middlewares/logger.js:22:5
    at async /home/<censored>/node_modules/@strapi/strapi/lib/middlewares/powered-by.js:                 16:5
    at async cors (/home/<censored>/node_modules/@koa/cors/index.js:95:16)
    at async /home/<censored>/node_modules/@strapi/strapi/lib/middlewares/errors.js:13:7
    at async session (/home/<censored>/node_modules/koa-session/index.js:41:7)
    at async /home/<censored>/node_modules/@strapi/strapi/lib/services/metrics/middlewar                 e.js:29:5

Is there a way to clear the media library cache manually?