{% extends "docs/base.html" %} {% block docs_content %}
Deactivate your user account by username.
DELETE /api/v1/users/{username}curl \
--request DELETE \
--header "Authorization: Bearer $PEARING_API_TOKEN" \
"$PEARING_API_URL/v1/users/alice"204 No Content.
404 Not Found when username does not exist.Common auth errors are documented on the API overview page.