Delete a transaction

Deletes an existing transaction

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity that owns the transaction
transactionIdstringRequired
The ID of the transaction to delete

Response

Transaction deleted successfully
messagestring or null

Errors