# Delete an account with all associated users Permanently deletes an account and all its associated users. Can identify the account by email address, account ID, or username. This operation notifies followers on remote servers about the deletion and marks all associated content appropriately. This action is irreversible. Administrators cannot delete their own account through this endpoint. RBAC: requires Users.Manage Endpoint: DELETE /api/v1/admin/delete Version: 1.0 Security: ## Query parameters: - `email` (string,null) Email of the account to delete - `id` (string,null) Id of the account to delete Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `username` (string,null) Username of the account to delete ## Response 400 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 500 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation