github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/doc/schema/claims/delete.txt (about)

     1  A claim can delete a permanode or another claim.
     2  (Un)Deletions are not considered as modifications, so the claimDate of a delete claim
     3  is never considered as a modtime in the context of time constrained searches.
     4  -----
     5  
     6  {"camliVersion": 1,"
     7   "camliType": "claim",
     8   "camliSigner": "sha1-f2b0b7da718b97ce8c31591d8ed4645c777f3ef4",
     9   "claimDate": "2010-07-10T17:20:03.9212Z",
    10   "claimType": "delete",
    11   "target": "sha1-ab6dacb972eeee72df2a846aab7d751b5856a1a0", // the permanode or claim being deleted.
    12   <REQUIRED-JSON-SIGNATURE>
    13  }