This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Remove images

Comments

1 comment

  • Avatar
    Itay Taragano

    Yes, indeed.

    Here's an Admin API example of deleting all derived resources of Facebook fetched profile pictures:

    Cloudinary::Api.delete_all_resources(:type => :facebook, :keep_original => true)

    When there are still more resources to go through, the  next_cursor  value is returned as part of the response. You can then specify this value as the  next_cursor  parameter of the following call. This way you can go through the full list of your resources.

    For more information:

    http://cloudinary.com/documentation/admin_api#delete_resources

    0
    Comment actions Permalink

Post is closed for comments.