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