{% extends "docs/base.html" %} {% block docs_content %}
Delete a member of a team
pearing-cli delete-member platform 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.
Delete a member of a team.
Usage: pearing-cli delete-member <TEAM_SLUG> <USERNAME>
Arguments:
<TEAM_SLUG> Team slug
<USERNAME> Username
Options:
-h, --help Print help (see more with '--help')