postman-mcp-server

delete_collection_request

Remove a specific request from a Postman collection by providing the collection ID and request ID. Simplify API testing workflows by managing collections effectively.

Instructions

Delete a request from a collection

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID
request_idYesRequest ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd