/
/Scorecard API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 23m ago · Updated 4w ago
  • getList Projects
  • postCreate Project
  • getList Testsets in Project
  • postCreate Testset
  • getGet Testset
  • deleteDelete Testset
  • patchUpdate Testset
  • getList Testcases in Testset
  • postCreate multiple Testcases
  • getGet Testcase
  • putUpdate Testcase
  • postDelete multiple Testcases
  • getList Metrics
  • postCreate Metric
  • getGet Metric
  • deleteDelete Metric
  • patchUpdate Metric
  • getList Runs
  • postCreate Run
  • getGet Run
  • getList Records
  • postCreate Record
  • deleteDelete Record
  • getList systems
  • postCreate (upsert) system
  • getGet system
  • deleteDelete system
  • patchUpdate system
  • getGet system version
  • postUpsert system version
  • putUpsert Score

Delete system

Delete a system definition by ID. This will not delete associated system versions.

delete/systems/{systemId}

Path parameters

systemIdstring uuid required
Example:12345678-0a8b-4f66-b6f3-2ddcfa097257

The ID of the system to delete.

Response

System deleted successfully

successboolean required

Whether the deletion was successful.

Changes