Documentation Index
Fetch the complete documentation index at: https://api-docs.nunu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Permission Required: project:edit-tests
Permanently delete a test plan from your project. The tests referenced by the
plan are not affected — only the plan itself is removed.
Path Parameters
Response
ID of the deleted test plan (echoes the path param)
curl -X DELETE "https://nunu.ai/api/v1/test-plans/b3f1a2c4-5d6e-7f8a-9b0c-1d2e3f4a5b6c" \
-H "X-Api-Key: YOUR_API_TOKEN"
{ "id": "b3f1a2c4-5d6e-7f8a-9b0c-1d2e3f4a5b6c", "deleted": true }
API key for authentication
Standard response for DELETE operations on tests, test plans, and shared steps.
ID of the deleted resource (echoes the path param)