cloudinary-community / cloudinary-laravel

Laravel SDK for Cloudinary
MIT License
255 stars 71 forks source link

Delete video #68

Closed allanjiru closed 2 years ago

allanjiru commented 2 years ago

Delete video not working

allanjiru commented 2 years ago

It works, I added an array with the resource type Cloudinary::destroy($post->videoFileId, ["resource_type" => "video"]);