Skip to main content
DELETE
/
v1
/
notes
/
{noteId}
Delete a note
curl --request DELETE \
  --url https://api.folk.app/v1/notes/{noteId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "nte_91118b73-5a75-480b-b8e3-a33671c35cdc"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.folk.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

noteId
string
required

The ID of the note to delete.

Required string length: 40

Response

The ID of the deleted note.

data
object
required
Example:
{
"id": "nte_91118b73-5a75-480b-b8e3-a33671c35cdc"
}
deprecations
string[]
Example:
["This field is deprecated"]