iSheets API version 2 - iSheet admin - API - Column CRUD operations - Delete column
OVERVIEW
API method to delete an individual column
DELETE /api/3/isheets/admin/{isheetid}/columns/{columnid}
Parameters
Name | Type | Description |
---|---|---|
isheetId | number | ID of the iSheet for which the column is to be deleted |
columnid | number | ID of the column to be deleted |
Response
If the operation is successful, the API returns a progressive key resource object. Based on this progressive key, you can see the status of an iSheet column, otherwise an error object is returned with the appropriate error code.
To get the status of an iSheet column based on a progressive key
POST /api/3/progressivekeystatus/{progressive_key}
Name | Type | Description |
---|---|---|
progressive_key | String |
Use this key to check the status of your progress. When you first send a delete request, a progressive key is returned in response. |
If the operation is successful, the API returns a progressive key resource object with a status of either 'still in-progress', 'done' or 'failed'. If there is a failure, an error object is returned with the appropriate error code.
Write a Review
Your opinion is important to us. We would like your review to improve our API.
Thank you
Your review has been submitted.
Comments
0 Comments