{% extends "docs/base.html" %} {% block docs_content %}

Delete reply

Delete a reply from a thread.

Endpoints

DELETE /api/v1/teams/{team_slug}/repos/{repo_slug}/threads/{number}/replies/{reply_number}
DELETE /api/v1/users/{username}/repos/{repo_slug}/threads/{number}/replies/{reply_number}

Success

204 No Content. If descendant replies still depend on the deleted reply's place in the conversation, subsequent thread reads show a deleted placeholder in that position.

Errors

{% endblock %}