Delete multiple reconciliation lines
Headers
-
TARGET-ORGANIZATION-ID
integer(int32) ID of organization, for which the operation must be performed
-
WEAL-TOKEN
string Required API token (can be retrieved from account settings)
Query parameters
-
ids
array[integer] Required ids
DELETE
/api-v1/reconciliation-lines
curl \
--request DELETE 'http://wyzio.app/api-v1/reconciliation-lines?ids=42' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"