Github API

Getting access, Developing, Testing

Back to Github

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 access tokens require the write:discussion scope.

Input

type: object properties: parameters: type: object properties: team_id: type: integer description: The unique identifier of the team. discussion_number: type: integer description: The number that identifies the discussion. comment_number: type: integer description: The number that identifies the comment. required: - team_id - discussion_number - comment_number title: Parameters