removeSMSTemplateFromLinks

Request Method: PUT

Description: Removes any SMS rule template from the specified link(s)

URL: https://api.iovox.com:444/Links?v=3&method=removeSMSTemplateFromLinks

The following parameters can be sent in the querystring

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES

Payload

<?xml version="1.0" encoding="utf-8"?>
<request>
    <link_ids>
         <link_id>100</link_id>
         <link_id>130</link_id>
         <link_id>200</link_id>
     </link_ids>
 </request>

Payload Description

Node NameDescriptionDefault ValueData TypeMandatory
link_idThe Link ID to remove the Template from
STRINGYES

Result

Error Result

HTTP CodeError StringResolution
400API Version EmptyAdd a value for the v parameter in the query string
400API Version InvalidCorrect v parameter
400Request Method must be PUT. x attemptedSwitch request method x to PUT
400XML EmptyAdd xml to the request body
400XML parse error. x at line y, column zCorrect XML at point x on line y, column z
400Link IDs EmptyAdd one or more link_ids to the request
400Link ID x of y EmptyCorrect link_id x (current) of y (total)
400Link ID x of y does not existCorrect link_id x (current) of y (total)
400Duplicate Link ID ReceivedRemove duplicate Link IDs from the request
500Internal Server ErrorRetry later

Success Result

HTTP/1.1 204 No Content