---
title: "Delete alert note"
method: DELETE
path: "/api/{cloudId}/v1/alerts/{alertId}/notes/{id}"
tags: ["Alerts"]
---

# Delete alert note

`DELETE /api/{cloudId}/v1/alerts/{alertId}/notes/{id}`

This endpoint is used to delete a note from an existing alert.

## Path parameters

- `alertId` string, required
- `id` string, required

## Response `204`

Returned if the request is successful.

## Other responses

- `403` — Returned if the request user does not have permission to update an alert.
- `422` — Returned if the Alert note does not exist.

---

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