---
title: "Delete a note"
method: DELETE
path: "/monitoring-workflows/{workflowId}/notes/{noteId}"
tags: ["MonitoringWorkflowNote"]
---

# Delete a note

`DELETE /monitoring-workflows/{workflowId}/notes/{noteId}`

Deletes an existing note for the specified monitoring workflow

## Path parameters

- `noteId` string, required
- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Response `204`

Successfully deleted the note

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Note or monitoring workflow not found
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/versions/3d27e9019c7b/schema)
