/
SC
scorecard-ai
/
Scorecard API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12m ago · Updated 4w ago
Details
Filter operations
get
Get projects
get
Get Testsets in Project
post
Create Testset
get
Get Testset by ID
delete
Delete Testset
patch
Update Testset
get
Get Testcases in Testset
post
Create multiple Testcases
get
Get Testcase
put
Update Testcase
post
Delete multiple Testcases
post
Create Run
patch
Update Run status
post
Create Record
get
Get systems
post
Create system
get
Get system by ID
delete
Delete system
patch
Update system
get
Get system configurations
post
Create system configuration
get
Get system configuration by ID
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