object DeleteItemLocationOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

okBoolean

True when the mutation completed successfully.

deleted_ids[String]

List of public API deleted IDs identifying related records.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "ok": true,
  "deleted_ids": ["UmVjb3JkOjEyMzQ=", "UmVjb3JkOjU2Nzg="]
}