Suspend a sub-account

Using the SDK

api.sub_account.suspend(account_id=<account ID>)
<?php

$api->sub_account->suspend([
    'account_id' => <account ID>
]);
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!