Cancel Batch
DELETE /v2/batch/operations/{id}
Required scopes
batch:operations:write
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | cancelBatch |
| Tags | Batch |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | string (uuid) | |
| — |
Responses
204
No content (cancelled if running)
404
409
Example request
DELETE https://api.digitalonboarding.com/v2/batch/operations/{id}
Authorization: Bearer <partner-token>