ebs.deleteEbs (Deprecated)

IMPORTANT!  
This function has been deprecated starting with v24.1. To re-enable it, use the the sys-do-not-allow-client-side-direct-data-updates system parameter.

Deletes specific records from an entity based on their IDs.

Syntax

Copy
deleteEbs(modifyRequest: IEntityRecordCollectionInfo, callback: any, errorCallback: any): void

Where IEntityRecordCollectionInfo has the following syntax:

Copy

        entityName:<<i>entity_name</i>>, 
        idList:<<i>item_IDs</i>> 
}
 
Parameter Description
entity_name The parent entity, such as entity, attribute, relationship, systemuser, systemusertype, customizationset, businessunit, or portal.
item_IDs List of unique internal identifiers of the records you wish to delete.

Response

 
Key Description
IsSuccess Indicates if the records were deleted successfully.

Examples