postman-mcp-server

delete_schema_file

Delete a schema file

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
filePathYesPath to the schema file
schemaIdYesSchema ID

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "filePath": { "description": "Path to the schema file", "type": "string" }, "schemaId": { "description": "Schema ID", "type": "string" } }, "required": [ "apiId", "schemaId", "filePath" ], "type": "object" }

You must be authenticated.

Other Tools