---
title: "Delete summary"
method: DELETE
path: "/summaries/{summaryId}"
---

# Delete summary

`DELETE /summaries/{summaryId}`

Deletes the specified summary. The endpoint is idempotent, meaning it will return the same response even if the summary has already been deleted.

 Session summaries are currently in Beta and available to selected customers only. Email us at embedded@whereby.com to join our pilot program (terms and conditions apply).

## Path parameters

- `summaryId` string, required

## Response `204`

The resource was deleted successfully.

## Other responses

- `401` — Access token is missing or invalid
- `429` — You are rate limited

---

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