Notes
Delete a note
Permanently deletes a note identified by note_id from the specified workspace (team_id).
This operation cannot be undone and should be used with caution.
DELETE
Delete a note
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Note ID is a numerical string that identifies a Note.
Response
note successfully deleted
Previous
Create a pageCreates a new page in the workspace (`team_id`) under a specified space (project).
Pages can be associated with a template for efficient creation and can include a title,
content, icon, and optional hierarchy settings.
Next
Delete a note