Tests
Delete Test
Delete a test case from the authenticated project.
DELETE
Permission Required:
project:edit-tests409 if the test has associated runs.
Pass delete_associated_jobs=true to also delete the related jobs (which is
required to delete a test that has been run before).
Path Parameters
The test ID (UUID)
Request Body
When
true, also delete the jobs (and runs) that referenced this test.When
true, bypass safety checks that would otherwise prevent deletion.
Intended for cleanup scenarios; use with care.Response
ID of the deleted test (echoes the path param)
Always
true on successAuthorizations
API key for authentication
Path Parameters
The test ID (UUID)
The project ID. You can copy it from the project settings page or the project URL in the dashboard.