---
title: "Delete an agent note"
method: DELETE
path: "/v2/trips/{tripId}/agent-notes/{noteId}"
tags: ["Trip Notes"]
---

# Delete an agent note

`DELETE /v2/trips/{tripId}/agent-notes/{noteId}`

Deletes an existing agent note from a trip. 
Once deleted, the note cannot be retrieved later.

Use this endpoint to:
- Remove an agent note that is no longer relevant or was added by mistake.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

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