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

delete-reply-version

Delete a specific version of a reply

Auth

Authenticated

Example

pearing-cli delete-reply-version teams/platform/website 42 5 2

Expected Response

Deletes the specified version. If this was the last remaining version, the reply is considered deleted.

Errors

Help Output

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')
{% endblock %}