# LocationDeleteUserError - admin-graphql - OBJECT Version: 2024-07 ## Description An error that occurs while deleting a location. ### Access Scopes `read_locations` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-07/enums/LocationDeleteUserErrorCode): LocationDeleteUserErrorCode - 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 * [locationDelete](/docs/api/admin-graphql/2024-07/mutations/locationDelete) Deletes a location. ## Related Unions ## Examples