GraphQL endpoint to delete an existing transaction
GraphQL Mutation:
mutation DeleteCustomUserTransaction($transactionId: String!) { deleteCustomUserTransaction(transactionId: $transactionId) { status } }
Variables:
{ "transactionId": "tx_id_here" }
Last updated 7 months ago