API reference · QuickBooks v1
POST/api/v1/quickbooks/sync/{sync_id}/cancel

Cancel sync operation

Cancel endpoint currently returns 204 stub response (service TODO). Both /api/v1/integrations/quickbooks/* and /api/v1/quickbooks/* map to the same ApiQuickBooksController method (cancelSync). This family is a path alias that binds controller methods directly (for example `export const GET = controller.getAccounts()`) and relies on controller-level error handling.

RBAC · quickbooks

Path parameters

sync_idstringRequired
Sync operation identifier extracted from path segment sync_id.

Response codes

204
Operation completed with no response body.
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
QuickBooks RBAC permission denied.
500
Unexpected QuickBooks endpoint failure.