Skip to main content
DELETE
/
test-plans
/
{testPlanId}
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 }

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

testPlanId
string
required
The test plan ID (UUID)

Response

id
string
required
ID of the deleted test plan (echoes the path param)
deleted
boolean
required
Always true on success
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 }

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

testPlanId
string<uuid>
required

Test plan ID (UUID)

Response

Test plan deleted

Standard response for DELETE operations on tests, test plans, and shared steps.

id
string
required

ID of the deleted resource (echoes the path param)

deleted
enum<boolean>
required

Always true on success

Available options:
true