{% extends "docs/base.html" %} {% block docs_content %}
Deactivate a user
pearing-cli delete-user alice
Deletes/deactivates the resource and prints no content on success.
404 Not Found when the referenced resource does not exist.403 Forbidden when access checks fail.Common auth errors are documented on the CLI overview page.
Deactivate a user.
Usage: pearing-cli delete-user <USERNAME>
Arguments:
<USERNAME> Username
Options:
-h, --help Print help (see more with '--help')