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
Post a Comment