Delete

DEL

Delete a Testset

Path parameters

testset_idintegerRequired

The ID of the Testset to delete.

Response

This endpoint returns an object.
idintegerOptional

The ID of the testset.

created_atdatetimeOptional

The creation date and time of the testset.

namestringOptional

A human-readable name for the testset. This will be displayed in the UI.

descriptionstringOptional

A description for the testset.

using_retrievalbooleanOptional

Whether or not the testset uses retrieval.

ingestion_methodstringOptional

The method used to ingest the testset.

num_testcasesintegerOptional

The number of testcases in the testset.

publishedbooleanOptional

Whether or not the testset is published.

updated_atdatetimeOptional

The last time the testset was updated.

is_archivedbooleanOptional

Whether or not the testset is archived.

project_idintegerOptional

The ID of the project the testset belongs to.

custom_schemaobjectOptional

Custom schema model with an ordered list of custom variables.

Errors