inventorySupplierDelete Mutation
Description
Deletes a supplier. This operation cannot be undone.
mutation inventorySupplierDelete($supplierRef: ID!) {
inventorySupplierDelete(supplierRef: $supplierRef)
}
Variables
{
"supplierRef": "f1c52f7c8064e00f14108a49"
}
Response
{
"inventorySupplierDelete": "example"
}
Arguments
| Name | Type | Description |
|---|---|---|
supplierRef | ID! | Reference ID of the supplier to delete. |