2.2.7.4 Delete

The Delete element specifies the SyncML command to delete data items from a data collection. The element has the following syntax.

 <Delete>(CmdID, Meta?, Item+)</Delete>

Parent Elements: Atomic (section 2.2.7.3), SyncBody (section 2.2.4.3)

Restrictions: The CmdID (section 2.2.3.2) element type is required and specifies the unique identifier for the command in the SyncML message.

  • The Meta (section 2.2.5.3) element is optional. When Meta is present, it specifies the meta-information to be used for the command.

  • One or more Item (section 2.2.5.2) element types MUST be specified. The Item elements contain the data items to delete from the data collection.

Content Model: (CmdID, Meta?, Item+)

Attributes: None.