Directory.DeleteEntry

Deletes an entry in the specified personal address book. The user must have read and write access to the directory.

Parameters

Directory.id (Required)

Specifies the identifier of the directory from which the entry is deleted.

Directory.Item.id (Required)

Specifies the identifier of the entry to delete.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Returns the same values as Directory.GetLastSearch.

Example

<A href="/servlet/webacc?User.context=xyz&action=Directory.DeleteEntry
&Directory.id=Frequent+Contacts&Directory.Item.id=5"> Delete Entry
</A>