# bulkOperationCancel - admin-graphql - MUTATION Version: 2025-01 ## 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-graphql/2025-01/scalars/ID): ID! - The ID of the bulk operation to cancel. ## Returns * [bulkOperation](/docs/api/admin-graphql/2025-01/objects/BulkOperation): BulkOperation The bulk operation to be canceled. * [userErrors](/docs/api/admin-graphql/2025-01/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples