Skip to content

Delete a specific transaction

DELETE
/transactions/{id}
curl --request DELETE \
--url http://localhost:8000/api/v1/transactions/1 \
--header 'Authorization: Bearer <token>'
id
required
integer

ID of the transaction

Transaction deleted successfully

Invalid input

Transaction not found