Purpose: Permanently deletes all submitted data associated with a transaction.

Auth: Requires an access_token bearer token for authentication in the Authorization header parameter. Authorization: Bearer <token>

Expected Response: Confirmation of successful deletion.

API Library Usage

await client.deleteTransaction(transactionTokens)
deleteTransaction($transactionTokens)
client.delete_transaction(transaction_tokens)
client.delete_transaction(transaction_tokens)
err := client.DeleteTransaction(transactionTokens)
Language
Authorization
Header
Click Try It! to start a request and see the response here!