# inventoryShipmentDelete - admin - MUTATION Version: unstable ## Description Deletes an inventory shipment. Only draft shipments can be deleted. ### Access Scopes `write_inventory_shipments` access scope and `write_inventory` access scope. Also: The user must have permission to manage inventory. ## Arguments * [inventoryShipmentId](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the inventory shipment to be deleted. ## Returns * [inventoryShipmentId](/docs/api/admin/unstable/scalars/ID): ID The ID of the inventory shipment that was deleted. * [userErrors](/docs/api/admin/unstable/objects/InventoryShipmentDeleteUserError): InventoryShipmentDeleteUserError! The list of errors that occurred from executing the mutation. ## Examples