Discard transactions
As a Notardec API consumer You have a function that allows you to discard transactions without using the TEOS API
You must authenticate via the TX Authentication identity token to use these functions.
POST /device/discardTransaction
{
"transactionId": "string",
"signingAddress": "string"
}
- transactionId: The ID of the transaction we want to discard.
- signingAddress: The ID of the wallet that this transaction belongs to.