v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBReconcilingItems
Delete reconciling items in bulk
Deletes several reconciling items in a single call, identified by customId. The call returns 200 listing every requested customId even if some (or all) do not match an existing item — deletion is idempotent and the response does not indicate which items were actually removed.
delete/reconcilingitems/{companyId}
Path parameters
companyIdstring required
Request body
Example request
{
"data": [
{
"customId": "stripe-order-4821"
}
]
}Response
Successful Response