Accounts
Delete an account
Deletes an existing account in Pleo.
Only accounts not linked to any accounting entries can be deleted. Trying to delete an account linked to accounting entries will result in an error. If an account is linked, it can be archived instead. Use UPDATE endpoint to archive an account.
delete/v1-beta/accounts/{accountId}
Path parameters
accountIdstring uuid required
ID of the account to delete.
Response
Deletion of account successful.