---
title: "Delete summary"
method: DELETE
path: "/v6/summaries/{id}"
tags: ["Summaries"]
---

# Delete summary

`DELETE /v6/summaries/{id}`

Delete a summary for the given id

## Path parameters

- `id` string, required

## Response `200`

Success

- SuccessResponseSummaryGetDto
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` SummaryGetDto — The data generated by the action performed.
    - `id` string, required — Id of the summary, required when updating an existing summary
    - `summary` string, required — Content of the summary
    - `date` string, date, required — Date of the summary (must be first of the month)
    - `status` 'ACTIVE' | 'INACTIVE' | 'REMOVED', required — Status of the summary
    - `conversation` ConversationExpanded, nullable, required — The conversation associated with this entity
      - `id` string, required — Id of the conversation
      - `readStatus` 'READ' | 'UNREAD' — Read status of the conversation for the authenticated user
    - `company` CompanyExpanded, required — Company associated with this conversation
      - `id` string, required — Id of the company
      - `name` string — Name of the company

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

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