Cancel branch settlement reconciliation export workflow
POST
/branch-settlement-reconciliation-export-workflow-cancellations/{workflowRequestId}
const url = 'https://example.com/branch-settlement-reconciliation-export-workflow-cancellations/example';const options = {method: 'POST', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/branch-settlement-reconciliation-export-workflow-cancellations/example \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”workflowRequestId
required
string
Responses
Section titled “Responses”Branch settlement reconciliation export workflow is cancelled
Media typeapplication/json
BranchSettlementReconciliationExportWorkflowRepair
object
branchProfileId
required
string
exportFormat
required
string
branchSettlementReconciliationExportWorkflowRequestId
required
string
workflowStateEngine
required
workflowName
required
workflowKey
required
string
handlerName
required
invocationId
required
string | null
workflowStatus
required
string
repairAction
required
string
key
additional properties
Workflow cannot be cancelled
Supabase bearer token is required
Actor cannot repair branch settlement reconciliation export
Workflow request does not exist
Branch settlement export workflow repair wiring is unavailable