delete-reply
Delete a reply
Auth
Authenticated Owner Scope
Example
pearing-cli delete-reply website 42 5
Expected Response
Deletes the reply. If descendant replies still depend on that position in the conversation, the thread keeps a deleted placeholder there.
Errors
404 Not Foundwhen the referenced resource does not exist.403 Forbiddenwhen owner/repo access checks fail.409 Conflictif the reply has already been deleted.
Common auth errors are documented on the CLI overview page.
Help Output
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