Skip to content

simpleDb.deleteAttributes

jordanryanmoore edited this page May 11, 2011 · 1 revision

References

Sample Request

{
  domainName: "MyDomain",
  itemName: "",
  attributes: [ // optional
    {
      name: "color",
      value: "red",
    },
  ],
  expected: [ // optional
    {
      name: "quantity",
      value: "0", // specify only if `exists` is true or omitted
      exists: true,
    },
  ],
}

Sample Response

{
  requestId: "05ae667c-cfac-41a8-ab37-a9c897c4c3ca",
  boxUsage: 0.0000219907,
}
Clone this wiki locally