object DeleteItemLocationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
ok | Boolean | |
deleted_ids | [String] |
Referenced By
- item_location_delete Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"ok": true,
"deleted_ids": "abc123"
}