warehouseDelete
mutation
Delete warehouses
Removes one or more warehouses from the company. Warehouses with existing stock must be emptied first.
mutation {
warehouseDelete(companyId: Int!, warehouseId: [Int]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
warehouseId | [Int]! |