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,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoAdminDisableInviteCodes(
codes: codes,
accounts: accounts,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);