JSFiddle - React, Tailwind, and code Playground

by sambrace

JavaScript

cloudinary.v2.api.delete_resources(['image1', 'image2'], {
    keep_original: true
  },
  function(error, result) {
    console.log(result);
  });