---
title: "Delete a note"
method: DELETE
path: "/notes/{id}"
tags: ["Notes"]
---

# Delete a note

`DELETE /notes/{id}`

Deletes a specific note.

## Path parameters

- `id` integer, required

## Response `200`

Delete a note

- object
  - `success` boolean — If the request was successful or not
  - `data` boolean — If the response is successful or not

---

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