|
CLICK2CALL.PROFILE.DELETE - API REQUEST
|
|
|
CLICK2CALL.PROFILE.DELETE - Deletes an existing Anveo ContactMe/Click2Call profile.
|
|
|
|
Description
|
|
|
CLICK2CALL.PROFILE.DELETE API Action is used to delete an existing Anveo ContactMe/Click2Call profile.
|
|
|
Arguments
|
|
ID
Required. ID of any existing profile in your account. Maximum length is 128 characters.
|
|
Example:
<PARAMETER NAME="ID">ANVEOCLICK2CALL1000</PARAMETER>
|
|
|
Response
|
|
|
When no errors were found Anveo® will return SUCCESS. ERROR along with error description will be returned in case of an error.
|
|
|
API Request Example
|
<?xml version="1.0" standalone="no" ?>
<REQUEST>
<USERTOKEN>
<USERKEY>df141891e2e883904b0b294dc5bq79c1c1c13f6d</USERKEY>
</USERTOKEN>
<ACTION NAME="CLICK2CALL.PROFILE.DELETE">
<PARAMETER NAME="ID">ID1232123</PARAMETER>
</ACTION>
</REQUEST>
|
|
|
Response Example
|
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
<RESULT>SUCCESS</RESULT>
</RESPONSE>
|
|
|