postman-mcp-server

by delano

remove_pan_element

Remove an API, collection, workspace, or folder from the Private API Network in Postman by specifying the element ID and type for streamlined organization.

Instructions

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

Related Tools

ID: zoig549xfd