Delete
This API deletes existing media file from Unified CVP and from all the servers where it exists.
If the file could not be deleted from any of the servers, the file will be treated as not deleted.
If the operation is repeated, if the file exists on any server, it will be deleted, otherwise "404 Not Found" response is generated.
URL | https://<ipaddress>:8111/cvp-config /mediafile/{path}/{filename} |
HTTP Method | DELETE |
API Type | Asynchronous |
Input/Output Format | - |
Parameters | - |
Example XML Request Payload | - |
Response | The immediate response to Delete operation is 202 Accepted. The response of asynchrequeststaus query is 200 OK, when the initial operation is successful. The response of asynchrequeststaus query is 500, when any error is there in completing the deletion. |
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. |