Skip to main content
Glama

postman-mcp-server

by delano

delete_collection_folder

Remove a specific folder from a Postman collection by specifying the collection ID and folder ID to organize your API workspace more effectively.

Instructions

Delete a folder from a collection

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID
folder_idYesFolder ID

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Collection ID", "type": "string" }, "folder_id": { "description": "Folder ID", "type": "string" } }, "required": [ "collection_id", "folder_id" ], "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