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