Removes an ABPerson or ABGroup record from the Address Book database.
Original signature is '- (BOOL)removeRecord:(ABRecord *)record'
Available in Mac OS X v10.2 and later.


- record (ABRecord)
- The record to be removed.

YES if the record was removed successfully; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)