cloudinary-mcp-server

by yoavniran
Verified

delete-asset

Delete a file (asset) from Cloudinary

Input Schema

NameRequiredDescriptionDefault
assetIdNoThe asset ID of the asset to delete
publicIdNoThe public ID of the asset to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assetId": { "description": "The asset ID of the asset to delete", "type": "string" }, "publicId": { "description": "The public ID of the asset to delete", "type": "string" } }, "type": "object" }