In general, our APIs deal with images by default, including our DELETE methods.
That is why when trying to delete or edit resources of another type (i.e. Video or Raw) the resource_type
parameter must be included.
For example (deleting videos with NodeJS):
cloudinary.api.delete_resources(public_ids,
function(result){console.log(result)}, { resource_type: "video" });
Comments
0 comments
Please sign in to leave a comment.