postman-mcp-server

delete_collection_access_key

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