/
SC
scorecard-ai
/
Scorecard API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3w ago
Details
Filter operations
get
List Projects
post
Create Project
get
List Testsets in Project
post
Create Testset
get
Get Testset by ID
delete
Delete Testset
patch
Update Testset
get
List Testcases in Testset
post
Create multiple Testcases
get
Get Testcase
put
Update Testcase
post
Delete multiple Testcases
post
Create Run
post
Create Record
get
List systems
post
Create system
get
Get system
delete
Delete system
patch
Update system
get
Get system versions
post
Create system version
get
Get system version by ID
put
Upsert Score
Delete Testset
delete
/testsets/{testsetId}
Path parameters
testsetId
string
required
Example:
246
The ID of the Testset to delete.
Response
Testset deleted successfully
object
required
success
boolean
required
Whether the deletion was successful.
Changes