contentful-mcp

delete_environment

Remove a specified environment from a Contentful space using the environment ID and space ID to streamline workspace management.

Instructions

Delete an environment

Input Schema

NameRequiredDescriptionDefault
environmentIdYes
spaceIdYes

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "type": "string" }, "spaceId": { "type": "string" } }, "required": [ "spaceId", "environmentId" ], "type": "object" }
ID: l2fxeaot4p