Example DELETE
The following code provides an example of a deletion:
{
"type": "DELETE",
"dn" : "uid=jsmith,ou=people,dc=example,dc=com",
"changeID": "changeNumber=3",
"previous": {
"telephoneNumber": [
"+1 321 321 3210"
],
"objectClass": [
"top",
"person",
"organizationalPerson",
"iNetOrgPerson"
],
"sn": [
"Smith"
],
"cn": [
"John Smith"
],
"uid": [
"jsmith"
]
}
}