Skip to main content
DELETE
/
v1.0
/
notes
/
{noteId}
Delete Note
curl --request DELETE \
  --url https://api.lofty.com/v1.0/notes/{noteId} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'

Documentation Index

Fetch the complete documentation index at: https://developer.lofty.com/llms.txt

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

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Path Parameters

noteId
integer<int64>
required

ID of the note to delete.

Required range: x >= 1

Response

Note deleted successfully. No response body.