imagekit-developer / imagekit-javascript

Javascript SDK for using ImageKit.io
https://imagekit.io
77 stars 26 forks source link

.deleteFile() method just like .upload() #75

Closed Ritik-Kaushal closed 1 year ago

Ritik-Kaushal commented 1 year ago

Can we not have a .deleteFile() method just like .upload()?

imagekitio commented 1 year ago

Those methods are available in server side SDKs as the underlying APIs require private key authentication. Private key should not be exposed in any client side application.