notes
Delete note
Permanently deletes a note from your workspace. This action is irreversible and should be used with caution.
Once deleted, the note and all of its content, metadata, and relationships will be removed and cannot be recovered.
To perform a soft-delete (archiving), use an update call instead to set the archived flag.
delete/notes/{id}
Path parameters
idstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
Note identifier.
Response
The request was successful and no content is returned.