Delete all transaction labels

This endpoint allows to delete all labels of a transaction.

Request

POST /insights/v1/storage/transactions/labels/deleteall 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, required

The id identifying the consumer to whom the transactions belong.

insights_account_id String, required

The id identifying the account to which the transactions belong.

insights_transaction_ids String[], required

The ids of all transactions for which the labels are removed.

Response

{}

results matching ""

    No results matching ""