Deletes a Microsoft Excel spreadsheet stored on the CMS repository.
DELETE /spreadsheets/<spreadsheetID>
Response type: application/xml or application/json
Response body: The response is a message stating the success or failure of the request.
DELETE /spreadsheets/8995
<success> <message>The resource of type "Spreadsheet" with identifier "8995" has been successfully removed.</message> <id>8995</id> </success>