/
/Scorecard API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h 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 multiple Testcases

Delete multiple Testcases by their IDs.

post/testcases/bulk-delete

Request body

idsstring[] required

IDs of Testcases to delete.

Response

Testcases deleted successfully

successboolean required

Whether the deletion was successful.

Changes