contentful-mcp

delete_asset

Remove specified assets from a Contentful space by providing the asset, space, and environment IDs to manage and organize content efficiently.

Instructions

Delete an asset

Input Schema

NameRequiredDescriptionDefault
assetIdYes
environmentIdYesThe ID of the environment within the space, by default this will be called Mastermaster
spaceIdYesThe ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear.

Input Schema (JSON Schema)

{ "properties": { "assetId": { "type": "string" }, "environmentId": { "default": "master", "description": "The ID of the environment within the space, by default this will be called Master", "type": "string" }, "spaceId": { "description": "The ID of the Contentful space. This must be the space's ID, not its name, ask for this ID if it's unclear.", "type": "string" } }, "required": [ "assetId", "spaceId", "environmentId" ], "type": "object" }
ID: l2fxeaot4p