survey/remove_video
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_video/{API-KEY}/{VIDEO_UNIQUE_NAME}
Sample Response
{
result: "success", results: "Video 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 |