Deleting a Microsoft Excel File

Usage

Deletes a Microsoft Excel file stored on the CMS repository.

Request

DELETE /spreadsheets/<spreadsheetID>

Response

Response type: application/xml or application/json

Response body: The response is a message stating the success or failure of the request.

Example

DELETE /spreadsheets/8995

<success>
    <message>The resource of type "Spreadsheet" with identifier "8995" has been successfully removed.</message>
    <id>8995</id>
</success>