cancelScheduledActions method
Cancel all pending scheduled moderation actions for specified subjects
Implementation
Future<XRPCResponse<CancellationResults>> cancelScheduledActions({
required List<String> subjects,
String? comment,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneModerationCancelScheduledActions(
subjects: subjects,
comment: comment,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);