# draftOrderBulkDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes multiple draft orders. ### Access Scopes `write_draft_orders` access scope. Also: The user must have access to delete multiple draft orders. ## Arguments * [ids](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The IDs of the draft orders to delete. * [savedSearchId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the draft order saved search for filtering draft orders on. * [search](/docs/api/admin-graphql/2024-10/scalars/String): String - The conditions for filtering draft orders on. See the detailed [search syntax](https://shopify.dev/api/usage/search-syntax). ## Returns * [job](/docs/api/admin-graphql/2024-10/objects/Job): Job The asynchronous job for deleting the draft orders. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples