The delete operation deletes a clip resource.
The delete operation requires a message that consists of a single DeleteRequest element.
Examples
URL Encoded:
clipResource=http://www.zelestra.com/clipResources/clipResource-192
XML:
<DeleteRequest>
<ClipResource>http://www.zelestra.com/clipResources/clipResource-192</ClipResource>
</DeleteRequest>
The DeleteRequest element MUST contain a ClipResource element, which is the URI of a clip resource.
The specified clip resource is deleted.
The delete operation does not return any data.
The delete operation may return an badRequest fault if any of the request parameters are invalid.
The delete operation may return an forbidden fault if the requestor does not have the appropriate permission.
The delete operation may return an notFound fault if the specified clip resource does not exist.
The delete operation may return an unauthorized fault if the requestor has not previously authenticated.
The delete operation may return an operationFailed fault if the service was unable to otherwise fulfill the request.