Please enable JavaScript.
Coggle requires JavaScript to display documents.
Xero- Delete Account - Coggle Diagram
Xero- Delete Account
[Bot calls API to get tenantID]
GET
https://api.xero.com/connections
[Single Result Found]
[Multiple Results Found]
Please select Tenant name where its to be added:
[Dropdown Menu with TenantName]
<btn> Submit
[Submit]
[TenantID passed in Account API]
[BOT calls API to GET Accounts]
GET
https://api.xero.com/api.xro/2.0/Accounts
Select account, you want to delete:
[Drop down with Name and search option]
<btn> Submit
[Submit]
You are about to delete Account [AccountName], confirm?
Yes/No
[Yes]
[Submit]
[BOT calls API to update Account]
DELETE
https://api.xero.com/api.xro/2.0/Accounts/{accountID}
2 more items...
[No]
Anything else?
[Result Not Found]
Sorry there are no Xero Tenants available for your account
Anything else?