Delete specific transaction labels

This endpoint allows to delete specific transactions labels.

Request

POST /insights/v1/storage/transactions/labels/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>,
    "label_keys": 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 should be removed.

label_keys String[], required

A list of label keys to remove.

Response

{}

results matching ""

    No results matching ""