postman-mcp-server

delete_api_comment

Delete an API comment

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
commentIdYesComment ID

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "commentId": { "description": "Comment ID", "type": "number" } }, "required": [ "apiId", "commentId" ], "type": "object" }

You must be authenticated.

Other Tools