deleteNodes

Request Method: DELETE

Description: Deletes the specified Nodes, their Links and their Categories

URL: https://api.iovox.com:444/Nodes?v=3&method=deleteNodes&node_ids=101,102,105

The following parameters can be sent in the querystring

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES
node_idsA comma delimeted list of all Node ids of the nodes 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
400Node ID x of y does not existCorrect node_id x (item) of y (total)
400Node ID x of y EmptyCorrect node_id x (item) of y (total)
400Node IDs EmptyAdd one or more node_ids to the request
500Internal Server ErrorRetry later

Success Result

HTTP/1.1 204 No Content