Skip to main content
DELETE
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

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

testPlanId
string<uuid>
required

Test plan ID (UUID)

projectId
string
required

The project ID. You can copy it from the project settings page or the project URL in the dashboard.

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