postman-mcp-server

delete_api_version

Remove an API version by specifying the API ID and version ID in the Postman MCP server to manage your API collections efficiently.

Instructions

Delete an API version

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
versionIdYesVersion ID

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "versionId": { "description": "Version ID", "type": "string" } }, "required": [ "apiId", "versionId" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd