---
title: "Delete system"
method: DELETE
path: "/systems/{systemId}"
---

# Delete system

`DELETE /systems/{systemId}`

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

## Path parameters

- `systemId` string, uuid, required

## Response `200`

System deleted successfully

- object
  - `success` boolean, required — Whether the deletion was successful.

## Other responses

- `401` — Error indicating that the request is not authenticated.
- `500` — An internal service error indicating an issue with the Scorecard service.

---

[API](https://skmtc.dev/scorecard-ai/apis/scorecard-api.md) · [All operations](https://skmtc.dev/scorecard-ai/apis/scorecard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scorecard-ai/scorecard-api/revisions/121aaa257802/schema)
