Store.delete()

Signature

void delete (String url, String containerName, Object deleteObject)

Domain

ACTION

Description

Removes the given item from the specified container(i.e. Table in AS3). If transactional behavior is desired, call Store.Transactions.enableTransactions before opening the container and then perform delete operation.

Parameters

NameTypeDescription
urlStringUrl of the Store
containerNameStringName of the Container(i.e. Table in AS3) from where the item is deleted
deleteObjectObjectItem object (with key) to remove from the container

Returns

TypeDescription
void

Cautions

none