Delete Transactions
Request
Deletes the specified transactions.
POST /insights/v1/storage/transactions/delete HTTP/1.1
Content-Type: application/json; charset=utf-8
Authorization: Token <Token>
Host: <Host>
{
"insights_consumer_id": String,
"insights_account_id": String,
"insights_transaction_ids": Array<String>
}
insights_consumer_id String, always present
The identifier of the consumer whose transactions should be deleted.
insights_account_id String, always present
The identifier of the account for which transactions should be deleted.
Response
The call will return an empty body response:
{}