Delete Images through public_id using scala?
How to delete cloudinary images permanently through public_id using scala ? Is there any way to do that !
0
-
Official comment
Hi Pallab,
Yes:) sure.
You can use the destroy API to permanently delete the image using its public_id. You can also purge all copies of it from the CDN by adding the invalidate parameter to the call.
This is the destroy method in Scala -
Hope it helps!
Best,
Maor
Post is closed for comments.
Comments
1 comment