postman-mcp-server

by delano

delete_environment

Remove a specified environment from Postman by providing its unique environment ID, ensuring clean workspace management.

Instructions

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 from postman-mcp-server

Related Tools

ID: zoig549xfd