object DeleteItemLocationOutput

Fields

FieldTypeDescription
request_idString
complexityInt
okBoolean
deleted_ids[String]

Referenced By

Example

{
  "request_id": "abc123",
  "complexity": 987,
  "ok": true,
  "deleted_ids": "abc123"
}