Comments
Delete a comment
Permanently removes the comment identified by comment_id. Only the original author can delete their own comment.
DELETE
Delete a specific comment
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".
Comment ID is a numerical string that identifies a Comment.
Response
comment successfully deleted
Previous
Create a boardAllows the creation of a new board within a workspace (`team_id`).
The request body should contain the board's title, layout, lists, members,
and other optional metadata.
Specify the project ID to associate the board with a space.
Next
Delete a specific comment