postman-mcp-server

delete_environment

Delete an environment

Input Schema

NameRequiredDescriptionDefault
environmentIdYesEnvironment ID in format: {ownerId}-{environmentId}

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "description": "Environment ID in format: {ownerId}-{environmentId}", "type": "string" } }, "required": [ "environmentId" ], "type": "object" }

You must be authenticated.

Other Tools