remove(_:commit:) Removes a reminder from the event store by either committing or batching the changes. Declarationfunc remove(_ reminder: EKReminder, commit: Bool) throws Parametersreminder: The reminder to remove.commit: A Boolean value that indicates whether to remove the reminder immediately or to batch the removals; passing False won’t commit the removal from the event store until the Commit() method is invoked. Mentioned inCreating events and reminders DiscussionThis method raises an exception if reminder belongs to another event store. See AlsoRelated Documentationcommit()Accessing calendar eventsevent(withIdentifier:)calendarItem(withIdentifier:)calendarItems(withExternalIdentifier:)remove(_:span:)remove(_:span:commit:)save(_:span:)save(_:span:commit:)save(_:commit:)