postman-mcp-server

delete_collection_folder

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