Returns true on deleting atKey for current @sign.
true
atKey
Future<bool> delete(AtKey atKey) async { return _getAtClientForAtsign().delete(atKey); }