#!/bin/bash appLinkdingDeleteUser() { local args="$1" authAdapterCall linkding deleteUser "$(authToolArg "$args" username)" }