cURL
Notes
Delete Note
Permanently delete a note.
Hard-deleted notes cannot be restored.
For recoverable removal, use POST /v2/notes/{note_id}/trash.
DELETE
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the note to permanently delete. Use an ID returned by create/list/search. The caller must be able to edit this note.
Response
200 - application/json
OK
Identifier for this API request. Useful for tracing and support.