teams
Delete a discussion comment (Legacy)
Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
Deletes a comment on a team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion scope to use this endpoint.
delete/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}
Path parameters
team_idinteger required
The unique identifier of the team.
discussion_numberinteger required
The number that identifies the discussion.
comment_numberinteger required
The number that identifies the comment.
Response
Response