cdn - What is the best way to delete an image in Cloudinary Using PHP? -


i'm new cloudinary , programming in general.

i'm integrating cloudinary image cdn app creating , know difference in using "\cloudinary\uploader::destroy('zombie');" vs "$api->delete_resources('zombie');".

is speed advantage using 1 on other or use scenario them?

your responses appreciated.

the destroy method supports single-file deletion , isn't rate limited. delete_resources admin api method supports bulk deletions rate limited.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -