DELETE
/
{team_id}
/
notes
/
{note_id}
Delete a note
curl --request DELETE \
  --url https://api.superthread.com/v1/{team_id}/notes/{note_id}
This response does not have an example.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

note_id
string
required

Note ID is a numerical string that identifies a Note.

Response

204

note successfully deleted