Skip to content

Instantly share code, notes, and snippets.

@hwjeremy
Created August 5, 2018 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hwjeremy/46c59efd452507f98577310734cd15b3 to your computer and use it in GitHub Desktop.
Save hwjeremy/46c59efd452507f98577310734cd15b3 to your computer and use it in GitHub Desktop.
Delete an Account in Amatino Swift - A double-entry accounting library for iOS & MacOS
// Amatino Swift: https://github.com/amatino-code/amatino-swift
// Double entry accounting API
try account.delete(
entryReplacement: cash,
callback: { (error) in
// A lack of error indicates the Account is a goner
})
@hwjeremy
Copy link
Author

hwjeremy commented Aug 5, 2018

The account and cash instances are examples of Account instances retrieved or created using techniques visible in the Account.create() and Account.retrieve() gists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment