--- title: InventoryTransferDeletePayload - GraphQL Admin description: Return type for `inventoryTransferDelete` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/inventorytransferdeletepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/inventorytransferdeletepayload.md --- # Inventory​Transfer​Delete​Payload payload Return type for `inventoryTransferDelete` mutation. ## Fields * deleted​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) The ID of the deleted inventory transfer. * user​Errors [\[Inventory​Transfer​Delete​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/InventoryTransferDeleteUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [inventory​Transfer​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/inventoryTransferDelete) mutation Deletes an inventory transfer. *** ## Map ### Mutations with this payload * [inventory​Transfer​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/types/inventoryTransferDelete)