Suspend a Subaccount
In this code snippet you will see how to suspend a subaccount.
Example
Ensure the following variables are set to your required values using any convenient method:
| Key | Description |
|---|---|
VONAGE_API_KEY | The API key of the parent account. |
VONAGE_API_SECRET | The API secret of the parent account. |
SUBACCOUNT_KEY | The API key of the subaccount to be suspended. |
Run your code
Save this file to your machine and run it:
Prerequisites
Add the following to build.gradle:
Create a file named SuspendSubaccount and add the following code to the main method:
Run your code
We can use the application plugin for Gradle to simplify the running of our application. Update your build.gradle with the following:
Run the following gradle command to execute your application, replacing com.vonage.quickstart.kt.subaccounts with the package containing SuspendSubaccount:
Prerequisites
Add the following to build.gradle:
Create a file named DeactivateSubaccount and add the following code to the main method:
Write the code
Add the following to the main method of the DeactivateSubaccount file:
Run your code
We can use the application plugin for Gradle to simplify the running of our application. Update your build.gradle with the following:
Run the following gradle command to execute your application, replacing com.vonage.quickstart.subaccounts with the package containing DeactivateSubaccount:
Prerequisites
Create a file named SuspendAccountRequest.cs and add the following code:
Add the following to SuspendAccountRequest.cs:
Prerequisites
Create a file named suspend-subaccount.php and add the following code:
Run your code
Save this file to your machine and run it:
Prerequisites
Run your code
Save this file to your machine and run it:
Prerequisites
Create a file named suspend-subaccount.rb and add the following code:
Run your code
Save this file to your machine and run it:
Try it out
When you run the code you will suspend the specified subaccount of the parent account.