Delete a note
Moves a note to the trash. The note is soft-deleted and may be restored from the Lightfield UI.
Calling delete on an already-trashed note is a no-op and returns the existing record.
Required scope: notes:delete
Rate limit category: Write
delete/v1/notes/{id}
Path parameters
idstring required
Unique identifier of the note to delete.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
object required
Response
OK