| |||||
API Home >> Sheet >> API Reference >> books
To trash a particular workbook i.e. move it to the trash folder.
<form method="POST" action="http://sheet.zoho.com/api/private/xml/trashbook/15265000000006067?apikey=[APIKEY]&ticket=[Ticket]">
<input type="submit" value="TrashBook" class="divbutton" name="submit">
</form>
| Field | Description |
| workbookId | Unique ID associated with the workbook that is being trashed. |
| workbookName | Name of the trashed workbook. |
<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/api/private/xml/trashbook/15265000000006067">
<result>
<workbookId>15265000000006067</workbookId>
<workbookName>TempConverter</workbookName>
</result>
</response>
{
"response":
{
"uri": "/api/private/json/trashbook/15265000000006067",
"result":
{
"workbookId":"15265000000006067",
"workbookName":"TempConverter"
}
}
}