/
/Scorecard API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 12m ago · Updated 4w ago
  • getGet projects
  • getGet Testsets in Project
  • postCreate Testset
  • getGet Testset by ID
  • deleteDelete Testset
  • patchUpdate Testset
  • getGet Testcases in Testset
  • postCreate multiple Testcases
  • getGet Testcase
  • putUpdate Testcase
  • postDelete multiple Testcases
  • postCreate Run
  • patchUpdate Run status
  • postCreate Record
  • getGet systems
  • postCreate system
  • getGet system by ID
  • deleteDelete system
  • patchUpdate system
  • getGet system configurations
  • postCreate system configuration
  • getGet system configuration by ID

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