/
/Scorecard API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 3w ago
  • getList Projects
  • postCreate Project
  • getList Testsets in Project
  • postCreate Testset
  • getGet Testset by ID
  • deleteDelete Testset
  • patchUpdate Testset
  • getList Testcases in Testset
  • postCreate multiple Testcases
  • getGet Testcase
  • putUpdate Testcase
  • postDelete multiple Testcases
  • postCreate Run
  • postCreate Record
  • getList systems
  • postCreate system
  • getGet system
  • deleteDelete system
  • patchUpdate system
  • getGet system versions
  • postCreate system version
  • getGet system version by ID
  • putUpsert Score

Delete Testset

delete/testsets/{testsetId}

Path parameters

testsetIdstring required
Example:246

The ID of the Testset to delete.

Response

Testset deleted successfully

successboolean required

Whether the deletion was successful.

Changes