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.
note_id
team_id
cURL
curl --request DELETE \ --url https://api.superthread.com/v1/{team_id}/notes/{note_id}
{}
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.
note successfully deleted