Skip to main content
DELETE
Uncategorize bank transactions in bulk.

Headers

Authorization
string
required

Value must be 'Bearer ' where is an API key prefixed with 'bc_' or a JWT token.

Example:

"Bearer bc_1234567890abcdef"

organization-id
string
required

Required if Authorization is a JWT token. The organization ID to operate within.

Query Parameters

uncategorizedTransactionIds
any[]
required

Array of uncategorized transaction IDs to uncategorize

Response

200

The bank transactions have been uncategorized successfully.