Delete an enrolled template by ID.
@override Future<void> deleteTemplate(String id) async { await _delete('/templates/$id'); }