---
title: "Delete an Opportunity"
method: DELETE
path: "/v1/opportunities/{opportunity_id}"
tags: ["Opportunities"]
---

# Delete an Opportunity

`DELETE /v1/opportunities/{opportunity_id}`

Deletes an opportunity by its `opportunity_id`. Returns 204 No Content on success. This is irreversible.

## Path parameters

- `opportunity_id` string, uuid, required

## Response `204`

Opportunity deleted

## Other responses

- `4XX` — Client error

---

[API](https://skmtc.net/monaco/apis/monaco-public-api.md) · [All operations](https://skmtc.net/monaco/apis/monaco-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monaco/monaco-public-api/versions/ec4d9b2b035b/schema)
