Transactions

Delete a transaction

Deletes a transaction

delete/plans/{plan_id}/transactions/{transaction_id}

Path parameters

plan_idstring required

The id of the plan. "last-used" can be used to specify the last used plan and "default" can be used if default plan selection is enabled (see: https://api.ynab.com/#oauth-default-plan).

transaction_idstring required

The id of the transaction

Response

The transaction was successfully deleted

Changes

No recorded changes to this endpoint across all 3 revisions of this API.