Skip to main content
DELETE
cURL
Delete an existing test by specifying the test_id. This endpoint allows you to remove tests that are no longer needed from your account.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

test_id
integer<int64>
required

ID of test to delete

Response

Test deletion response

test_id
integer

ID of the deleted test

status
string

Status of the deletion operation