{% extends "docs/base.html" %} {% block docs_content %}
Delete a specific version of a reply
pearing-cli delete-reply-version teams/platform/website 42 5 2
Deletes the specified version. If this was the last remaining version, the reply is considered deleted.
404 Not Found when the version is not found or already deleted.403 Forbidden when owner/repo access checks fail or you are not the reply author.Delete a specific version of a reply.
Deletes a single version. If this is the last remaining
version, the reply itself is considered deleted.
Usage: pearing-cli delete-reply-version <REPO> <NUMBER> <REPLY_NUMBER> <VERSION>
Arguments:
<REPO> Repo locator
<NUMBER> Thread number
<REPLY_NUMBER> Reply number
<VERSION> Version number
Options:
-h, --help Print help (see more with '--help')