# draftOrderBulkDelete - admin - MUTATION
Version: 2024-04

## 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/2024-04/scalars/ID): ID - The IDs of the draft orders to delete.
* [savedSearchId](/docs/api/admin/2024-04/scalars/ID): ID - The ID of the draft order saved search for filtering draft orders on.
* [search](/docs/api/admin/2024-04/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/2024-04/objects/Job): Job The asynchronous job for deleting the draft orders.
* [userErrors](/docs/api/admin/2024-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation.


## Examples