postman-mcp-server

delete_collection

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