deleteTemplate method
Delete a communication template.
Implementation
Future<XRPCResponse<EmptyData>> deleteTemplate({
required String id,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneCommunicationDeleteTemplate(
id: id,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);