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

  • 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.

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')