# bulkOperationCancel - admin - MUTATION Version: unstable ## Description Starts the cancelation process of a running bulk operation. There may be a short delay from when a cancelation starts until the operation is actually canceled. ### Access Scopes ## Arguments * [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the bulk operation to cancel. ## Returns * [bulkOperation](/docs/api/admin/unstable/objects/BulkOperation): BulkOperation The bulk operation to be canceled. * [userErrors](/docs/api/admin/unstable/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples