Now with SMS ! New
or create new account
DID.CANCEL - API REQUEST

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>
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>
Response Example
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
  <RESULT>SUCCESS</RESULT>
</RESPONSE>

:.:
News Blog About Anveo Terms of Use Privacy Policy FAQ Contact Us © 2024 Anveo Inc.