# OrderDeleteUserError - admin-graphql - OBJECT Version: 2024-07 ## Description Errors related to deleting an order. ### Access Scopes `read_orders` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-07/enums/OrderDeleteUserErrorCode): OrderDeleteUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-07/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-07/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [orderDelete](/docs/api/admin-graphql/2024-07/mutations/orderDelete) Deletes an order. For more information on which orders can be deleted, refer to [Delete an order](https://help.shopify.com/manual/orders/cancel-delete-order#delete-an-order). ## Related Unions ## Examples