---
title: "Delete an outcome"
method: DELETE
path: "/outcome/{id}/"
tags: ["outcomes"]
---

# Delete an outcome

`DELETE /outcome/{id}/`

Delete an existing outcome.

All of the calls and/or meetings associated with this outcome will still retain that reference, but you won't be able to set that outcome on any new calls & meetings nor find its definition in the API.

## Path parameters

- `id` string, required

## Response `200`

Successful response

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/close/apis/close-api.md) · [All operations](https://skmtc.net/close/apis/close-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/close/close-api/revisions/0dcf3303e9d7/schema)
