|
|
DID.CANCEL - Cancels a DID.
|
|
Description
|
|
DID.CANCEL API Action is used to cancel a DID(s) in your account.
|
|
Arguments
|
|
E164
Required. E164 of a DID number to be canceled.
ACCOUNT_NUMBER
Optional. If DID belongs to a sub account then ACCOUNT_NUMBER is required and it must contain an account number of the DID number to be canceled.
|
|
|
Example:
<PARAMETER NAME="E164">12123456789</PARAMETER>
<PARAMETER NAME="ACCOUNT_NUMBER">23434323423</PARAMETER>
|
|
Example:
param[E164]=12123456789
param[ACCOUNT_NUMBER]=23434323423
|
|
|
Response
|
|
SUCCESS when DID was canceled.
|
|
API Request Example
|
|
<?xml version="1.0" standalone="no" ?>
<REQUEST>
<USERTOKEN>
<USERKEY>df141891e2e883904b0b294dc5bq79c1c1c13f6d</USERKEY>
</USERTOKEN>
<ACTION NAME="DID.CANCEL">
<PARAMETER NAME="E164">12123456789</PARAMETER>
</ACTION>
</REQUEST>
|
|
https://www.anveo.com/api/v2.asp?userkey=YOURAPIKEY&action=DID.CANCEL¶m[E164]=12123456789
|
|
|
Response Example
|
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
<RESULT>SUCCESS</RESULT>
</RESPONSE>
|
|
|