How to delete Cloudinary image with button click?

Unfortunately it is not possible.

1 Like

There is a destroy method in api, but you can’t do it using web, because there is no option for that. As of I understand.

If anyone wanna see it :point_up_2::point_up_2::point_up_2:
https://cloudinary.com/documentation/image_upload_api_reference#destroy_method

:sweat: :tired_face: :tired_face: :triumph: :weary: :weary: :weary: :sweat: :sweat: :sweat:

:sweat: :sweat: :sweat: :sweat: :weary: :weary: :weary: :weary:

Will you help me It will benefit everyone.

As I said :point_down:

:sweat: :sweat: :sweat: :tired_face: :tired_face: :tired_face:

It’s possible by using Java so maybe someone can make a addon extension.

I really don’t know, if it’s possible

This can help you:
https://cloudinary.com/documentation/image_upload_api_reference#example-1

1 Like

i can’t make extension

Ohhh… how I missed that :thinking::grimacing:

Check this

i see :upside_down_face: :upside_down_face: :upside_down_face:

but noting understand java

Check Curl

1 Like

understand this ,

Destroy method

The destroy method is used to immediately and permanently delete a single asset from your Cloudinary account (to delete multiple assets see the Admin API Delete resources method). Backed up assets are not deleted, and any assets and transformed assets already downloaded by visitors to your website might still be accessible through cached copies on the CDN.

To bypass the CDN caching, you can include the invalidate parameter in your POST request in order to also invalidate the cached copies of the asset on the CDN. It usually takes between a few seconds and a few minutes for the invalidation to fully propagate through the CDN. For details on invalidating media assets, see Invalidating cached media assets on the CDN.

help
Cloudinary::Api.delete_resources(public_ids = {}, options = {})

How to use it? please help b.rother
curl https://api.cloudinary.com/v1_1/demo/image/destroy -X POST --data ‘public_id=sample&timestamp=173719931&api_key=436464676&signature=a788d68f86a6f868af’

b,rother how to use Curl

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.