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