---
title: "Remove Opportunity Comment"
method: DELETE
path: "/opportunities/comments/{comment_id}"
tags: ["OPPORTUNITIES"]
deprecated: true
---

# Remove Opportunity Comment

`DELETE /opportunities/comments/{comment_id}`

> **Deprecated.**

## Path parameters

- `comment_id` string, required

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- StandardResponse
  - `ok` boolean, required

## Other responses

- `403` — Only the comment author can delete this comment
- `404` — Comment not found
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
