iSheets API version 2 - iSheet admin - API - iSheet CRUD operations - Delete iSheet
OVERVIEW
API method to delete an iSheet
DELETE /api/3/isheets/admin/{isheetid}
Parameters
Name | Type | Description |
---|---|---|
isheetId | number | ID of the iSheet for which the column is to be deleted |
Response
If the operation is successful, the API returns a progressive key resource object. Using the progressive key the api user can see the status of the iSheet.
In the case of a failure, an error object is returned with the appropriate error code
To get the status of an iSheet based on a progressive key
POST /api/3/progressivekeystatus/{progressive_key}
Name | Type | Description |
---|---|---|
progressive_key | String | This key is returned when a long-running operation is called and can be used to find the final status of the operation |
If the operation is successful the API returns a progressive key resource object. The possible status values are "still in-progress", "done" or "failed". In the case of a failure, an error object is returned with the appropriate error code.
Hi Atin Grover , I'm not sure of the answer but let me find out and I'll come back to you. I have copied in two of our product managers who should be able to answer this as well. Thank you.
CC: Imran Aziz, Andy Neill
When an isheet is deleted, is it removed permanently from the system or is it moved to recycle bin?
Comments
2 Comments