iSheets API
iSheets API version 2 - iSheet admin - API - iSheet CRUD operations - Delete iSheet

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.

 

Comments


2 Comments

Last Updated: Jun 11,2023