DELETE
/
{team_id}
/
comments
/
{comment_id}
/
children
/
{child_comment_id}
Delete a child comment
curl --request DELETE \
  --url https://api.superthread.com/v1/{team_id}/comments/{comment_id}/children/{child_comment_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".

comment_id
string
required

Comment ID is a numerical string that identifies a Comment.

child_comment_id
string
required

Child comment ID

Response

204

comment successfully deleted