Delete
Errors
If the vxmlapp could not be deleted from any of the servers, it will be treated as not deleted.
If the operation is repeated and if the file exists on any server, it will get deleted, otherwise “404 Not Found” response will be generated.
Note | There are some implementation implications for this operation.
|
URL | https://<ipaddress>:8111/cvp-config/vxmlapp/{appname}. |
HTTP Method | DELETE. |
API Type | Asynchronous. |
Input/Output Format | JSON, XML. |
Parameters | - |
Example XML Request Payload | - |
Response | The immediate response to the Delete operation is 202 Accepted. The location of the Header field is populated with asynchronous URL to fetch the status of a job. |
Sample JAVA code | |
Sample Response Header | Delete operation is an asynchronous operation. The URL to retrieve the operation status is set against the location field of response header. |
Category | HTTP Status | Error Code | Error Description |
|---|---|---|---|
Authentication | 401 | authorization.unathorized | Unauthorized request. |
401 | authentication.notAuthorized | User is not authorized to access the requested resource. | |
401 | authentication.noAccess | User is not allowed to access the resource. Check the user roles. | |
Bad Request | 400 | invalid.inputVxmlApp | Vxml App not found. |
400 | invalid.invaliState | Vxml App is not in validate state to perform delete operation. | |
400 | invalid.format | URL cannot be decoded using UTF-8. | |
Unacceptable Format | 406 | invalid.acceptHeader | Invalid accept header, it should contain either XML or JSON. |
Processing Error | 500 | processing.failed | Internal Error. |