The default type for the admin API calls is the upload
type. In order to delete URL2PNG images, you should set the type
parameter to url2png
.
For example in PHP:
Cloudinary::Api.delete_resources(['image1', 'image2'], :type => :url2png)
The default type for the admin API calls is the upload
type. In order to delete URL2PNG images, you should set the type
parameter to url2png
.
For example in PHP:
Cloudinary::Api.delete_resources(['image1', 'image2'], :type => :url2png)
Comments
0 comments
Please sign in to leave a comment.