{% extends "docs/base.html" %} {% block docs_content %}
Delete a reply
pearing-cli delete-reply website 42 5
Deletes the reply. If descendant replies still depend on that position in the conversation, the thread keeps a deleted placeholder there.
404 Not Found when the referenced resource does not exist.403 Forbidden when owner/repo access checks fail.409 Conflict if the reply has already been deleted.Common auth errors are documented on the CLI overview page.
Delete a reply.
Usage: pearing-cli delete-reply <REPO> <NUMBER> <REPLY_NUMBER>
Arguments:
<REPO> Repo locator (`teams/<team_slug>/<repo_slug>` or `<username>/<repo_slug>`), or `<repo_slug>` for authenticated user
<NUMBER> Thread number
<REPLY_NUMBER> Reply number
Options:
-h, --help Print help