postman-mcp-server

remove_pan_element

Remove element or folder from Private API Network

Input Schema

NameRequiredDescriptionDefault
elementIdYesElement ID
elementTypeYesElement type

Input Schema (JSON Schema)

{ "properties": { "elementId": { "description": "Element ID", "type": "string" }, "elementType": { "description": "Element type", "enum": [ "api", "collection", "workspace", "folder" ], "type": "string" } }, "required": [ "elementId", "elementType" ], "type": "object" }

You must be authenticated.

Other Tools