Skip to main content
Glama

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delano/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server