ipOne API Documentation


survey/remove_image

Important:  An API Key is required to work with these API Calls

Removes an already uploaded image from the system. Each uploaded image has an UNIQUE name to identify it.

Sample Request

http://api.verifiapp.com/survey/remove_image/{API-KEY}/{IMAGE_UNIQUE_NAME}

Sample Response

{ result: "success" -results: "Image deleted successfully" }

Successful Response Reference

A successful response will return the following items in a JSON array

Preference Description Default value Notes
result success    
results String with the success message    

Unsuccessful Response Reference

A unsuccessful response will return the following items in a JSON array

Preference Description Sample response
result error  
error The specific error is described in the response Invalid API Key