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

delete-user

Deactivate a user

Auth

Staff Self

Example

pearing-cli delete-user alice

Expected Response

Deletes/deactivates the resource and prints no content on success.

Errors

Common auth errors are documented on the CLI overview page.

Help Output

Deactivate a user.

Usage: pearing-cli delete-user <USERNAME>

Arguments:
  <USERNAME>  Username

Options:
  -h, --help  Print help (see more with '--help')
{% endblock %}