deleteFlows

Request Method: DELETE

Description: Deletes the specified Call/SMS/Email Flows

URL: https://api.iovox.com:444/Flow?v=3&method=deleteFlows&flows=Call%20Agents|IVR

The following parameters can be sent in the querystring

ParameterDescriptionDefault ValueData TypeMandatory
vAPI version to use
INTEGERYES
flowsA pipe delimited list of all Flows to be deleted
STRINGYES
detach_from_linksDetaches the Flow from links. If FALSE, only Flows not attached to links can be deleted.FALSEBOOLEANNO

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
400Flows EmptyAdd one or more flows to the request
400Flow x of y does not existCorrect Flow x (item) of y (total) to a Flow that exists
400Flow x of y is attached to a LinkFirst detach Flow x (item) of y (total) from Links before deleting it, or use the parameter "detach_from_links" set to TRUE
500Internal Server ErrorRetry later

Success Result

HTTP/1.1 204 No Content