Docs

Delete Transaction

DELETE /events/{eventId}/transactions/{transactionId}

DELETE/events/{eventId}/transactions/{transactionId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Permanently removes a transaction from the event. Deleting a transaction automatically recalculates the balance and cash flow projections on both the debit and credit accounts it was linked to.

Requires EventAccountingAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
eventIdGuidRequiredThe ID of the event.
transactionIdGuidRequiredThe ID of the transaction to delete.

Response

200 OK — No response body.

Error Codes

CodeHTTP StatusDescription
UNAUTHORIZED401Missing or invalid token, or caller lacks EventAccountingAdmin.
NOT_FOUND404Transaction not found on this event.