postman-mcp-server

by delano

delete_collection

Remove a specific collection from the Postman workspace by providing its unique collection ID using the delete_collection tool on the postman-mcp-server.

Instructions

Delete a collection

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Collection ID", "type": "string" } }, "required": [ "collection_id" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd