cloudinary-laravel icon indicating copy to clipboard operation
cloudinary-laravel copied to clipboard

Can't find doc's on how to delete a file from my API

Open k4l3b4 opened this issue 3 years ago • 0 comments

I'm trying to have an edit function and if the user changes their image I wanna delete the former one from the Cloudinary storage but couldn't find any resources. i'm storing images using 'profile_pic' => Cloudinary::upload($request->file('profile_pic')->getRealPath())->getSecurePath(), using: Laravel 9

can any one point me to the right place?

k4l3b4 avatar Sep 08 '22 08:09 k4l3b4