iSheets API
Delete records from iSheet

Delete records from iSheet

OVERVIEW

Use this method to delete records from iSheet.

This method can only delete a record if it was added through an API call and an external ID was provided for the record added. This method does not support deletion of a record internally created in Collaborate, using the Collaborate interface. 

Request

POST    /isheet/item/delete

Request XML

<delete-items>

    <metaDataDBO>

        <siteid><![CDATA[Provide the site id]]></siteid>

        <sheetid><![CDATA[Provide the sheet ID]]></sheetid>

    </metaDataDBO>

    <items><![CDATA[comman separated list of record ID's. These are external ID's ]]></items>

</delete-items>

Parameters

 

Parameter Name

Value

Description

siteid

Int

The ID of the site for which the records are to be deleted

sheetid int Specific Isheet from which the records are to be deleted
items int These are the external ID's of the system from which the records were imported, these ID's can be obtained by a call to get externalID's method
     

Response

200 OK with a success message in the body of the response.

 

Comments


1 Comments

Last Updated: Jun 09,2023