postman-mcp-server

delete_collection_response

Delete a response from a collection

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID
response_idYesResponse ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools