---
title: "Delete a single OpportunityStatusChange activity"
method: DELETE
path: "/activity/status_change/opportunity/{id}/"
tags: ["activities.opportunity_status_changes"]
---

# Delete a single OpportunityStatusChange activity

`DELETE /activity/status_change/opportunity/{id}/`

Deleting an OpportunityStatusChange does not change the status of the Opportunity. It only removes the status change event from the Lead's activity feed.

It should only be used if the status change is irrelevant (such as records for a change that has been reverted) and having it in the activity feed is causing integration problems with another system.

## 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)
