postman-mcp-server

delete_collection_access_key

Remove a collection access key by specifying its unique ID to manage or revoke permissions in Postman using the specified MCP server.

Instructions

Delete a collection access key

Input Schema

NameRequiredDescriptionDefault
keyIdYesThe collection access key ID to delete

Input Schema (JSON Schema)

{ "properties": { "keyId": { "description": "The collection access key ID to delete", "type": "string" } }, "required": [ "keyId" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd