You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug on arguments for delete account method delete_account. The method should accept account_name (means Name of the Account - as described on the method) but it accept only account_id.
There is a bug on arguments for delete account method delete_account. The method should accept
account_name
(means Name of the Account - as described on the method) but it accept onlyaccount_id
.The Error
When a account name is sent to the method, the API returns that the account was not found.
Success
When I sent the AccountId the API return success (
True
)The text was updated successfully, but these errors were encountered: