Skip to main content
Glama

Xray MCP Server

delete_test_case

Remove test cases from Xray test management system by specifying test case keys to maintain clean test repositories and eliminate obsolete test data.

Instructions

Delete a test case

Input Schema

NameRequiredDescriptionDefault
testKeyYesThe test case key to delete (e.g., "PROJ-123")

Input Schema (JSON Schema)

{ "properties": { "testKey": { "description": "The test case key to delete (e.g., \"PROJ-123\")", "type": "string" } }, "required": [ "testKey" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/c4m3lblue-star/xray-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server