Tool to delete Cloudinary resources by public ID, prefix, or all resources. Use when you need to permanently remove specific assets by their public IDs, or bulk delete by prefix pattern. Deletion is irreversible.
allbooleanDelete all assets of the specified resource_type and type (up to 1000 original resources). Mutually exclusive with 'public_ids' and 'prefix'.
typestringExtended storage type of the resource.
prefixstringDelete all assets where the public ID starts with this prefix (up to 1000 original resources). Mutually exclusive with 'public_ids' and 'all'.
invalidatebooleanWhether to invalidate the copies of the resource on the CDN. Takes a few seconds to a few minutes to fully propagate.
public_idsarrayList of public IDs of the resources to delete. Maximum 100 resources can be deleted in a single request. Mutually exclusive with 'prefix' and 'all'.
next_cursorstringWhen a deletion request has more than 1000 resources to delete, the response includes a next_cursor value. Use this to continue deletion in the next request. Only applicable when using 'prefix' or 'all'.
keep_originalbooleanWhether to delete only the derived assets, keeping original assets.
resource_typestringType of resource to delete. Use 'video' for both video and audio assets.
transformationsstringOnly delete derived assets matching this hash of transformation parameters. Multiple transformations can be separated by pipe character (|).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.