Delete a transaction
Deletes an existing transaction
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
entityId
The ID of the entity that owns the transaction
transactionId
The ID of the transaction to delete
Response
Transaction deleted successfully
message