deleteLinks

Request Method: DELETE

Description: Deletes the specified links

URL: https://api.iovox.com:444/Links?v=3&method=deleteLinks&link_ids=111,112,115

The following parameters can be sent in the querystring

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES
link_idsA comma delimited list of all link ids of the links to be deleted
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 DELETE. x attemptedSwitch request method x to DELETE
400Link ID x of y does not existCorrect link_id x (item) of y (total)
400Link ID x of y EmptyCorrect link_id x (item) of y (total)
400Link ID x of y not an integerCorrect link_id x (item) of y (total)
400Link IDs EmptyAdd one or more link_ids to the request
500Internal Server ErrorRetry later

Success Result

HTTP/1.1 204 No Content