Cancel operation
Cancels an operation when still eligible. Used for operational management of unfinalised collections.
Cancellation is allowed when the operation is in CREATED, or in OPENED and has no pending transaction (i.e. the payer is not in the middle of authorizing the payment at their bank). Responds with 204 No Content on success. Idempotent: if the operation is already CANCELLED, it is a no-op and still returns 204. Returns 409 if the operation is in another final state (COMPLETED, REJECTED, EXPIRED, NOT_DELIVERED) or has a pending transaction. If the cancelled operation was the only active one in its flow, the flow also transitions to CANCELLED.
Authorizations
OAuth2 for Dashboard (SPA) using Authorization Code (PKCE expected)
authorizationCode Flow
"https://nc-api-uat.zertiban.com/idp/oauth2/authorize""https://nc-api-uat.zertiban.com/idp/oauth2/token""DASHBOARD"Dashboard scope
OAuth2 for M2M integrations using Client Credentials
clientCredentials Flow
"https://nc-api-uat.zertiban.com/idp/oauth2/token""API"M2M API scope
Parameters
Header Parameters
Tenant identifier that contains the business UUID
Path Parameters
Operation UUID
"uuid"Responses
Operation successfully cancelled (no content)