Skip to main content

DeleteWarehouseAddressInput

Input for deleting a warehouse address.

Contains the identifier of the warehouse address to be permanently removed. This action cannot be undone and will affect any operations that depend on this address.

input DeleteWarehouseAddressInput {
id: Int!
}

Fields

DeleteWarehouseAddressInput.id ● Int! non-null scalar

Unique identifier of the warehouse address to delete.

Primary key used to identify which specific address should be permanently removed from the warehouse's address collection.

Member Of

warehouseAddressDelete mutation