#!/bin/bash # Named deactivate rather than delete on purpose — Matrix has no delete, and # calling it one would misrepresent what the button does. appMatrixDeleteUser() { local args="$1" authAdapterCall matrix deleteUser "$(authToolArg "$args" username)" }