[
  { "method"   : "put"
  , "path"     : "/attachment_destroy"
  , "status"   : 201
  , "response" : "{ \"ok\": true }"
  }
, { "method"   : "put"
  , "path"     : "/attachment_destroy/new/att"
  , "body"     : "Hello World!"
  , "status"   : 201
  , "response" : "{\"ok\": true, \"id\": \"new\", \"rev\": \"1-921bd51\" }"
  }
, { "method"   : "delete"
  , "path"     : "/attachment_destroy/new/att?rev=1-921bd51"
  , "response" : "{ \"ok\": true, \"id\": \"new\" }"
  , "status"   : 201
  }
, { "method"   : "put"
  , "path"     : "/attachment_destroy/new2/att2"
  , "body"     : "Hello World!"
  , "status"   : 201
  , "response" : "{\"ok\": true, \"id\": \"new\", \"rev\": \"1-921bd51\" }"
  }
, { "method"   : "delete"
  , "path"     : "/attachment_destroy"
  , "status"   : 200
  , "response" : "{ \"ok\": true }"
  }
]
