Accounts
Delete Account
Delete a specific account by its ID.
DELETE
/
accounts
/
{accountId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
accountId
integer
required