disableInviteCodes method
Disable some set of codes and/or all codes associated with a set of users.
Implementation
Future<XRPCResponse<EmptyData>> disableInviteCodes({
List<String>? codes,
List<String>? accounts,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoAdminDisableInviteCodes(
codes: codes,
accounts: accounts,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);