cloudinary-laravel
cloudinary-laravel copied to clipboard
Can't find doc's on how to delete a file from my API
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?