Skip to main content
Glama

cloudinary-mcp-server

delete-asset

Remove a file from Cloudinary by specifying its asset ID or public ID. This tool integrates with the Cloudinary MCP server to manage and delete assets programmatically via AI assistants.

Instructions

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" }

You must be authenticated.

Other Tools from cloudinary-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoavniran/cloudinary-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server