---
title: "Remove Note"
method: DELETE
path: "/note/{id}"
tags: ["Note"]
---

# Remove Note

`DELETE /note/{id}`

Used to remove a note

## Path parameters

- `id` string, required

## Response `200`

The note that was removed

- Note
  - `id` string — The ID of the note
  - `created_time` integer — Time at which the note was created
  - `created_by_id` string — The ID of the user who created this note
  - `last_updated_time` integer — Time at which the note was last updated
  - `last_updated_by_id` string — The ID of the user who last updated this note
  - `workspace_id` string — The ID of the organization associated with this note
  - `text` string — The text content of the note application
  - `resource_type` 'testrun' — The type of the resource this note is associated with
  - `resource_id` string — The id of the resource this note is associated with

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — Application not found
- `default` — Unknown error

---

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