Hi Based on the primary key i supposed to delete when i click on the no button As i refered in document i got this xtk.session.DeleteCollection(
"nms:recipient",
<where>
<condition expr="[@email] = 'isabel.garcia@mycompany.com'"/>
</where>,
false
) As this condition is n...